Prevent .gitignore and friends from being exported to the final archive
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Mon, 9 Oct 2017 14:15:30 +0000 (16:15 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Mon, 9 Oct 2017 14:15:30 +0000 (16:15 +0200)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..f49e821
--- /dev/null
@@ -0,0 +1,4 @@
+# make sure that .gitignore, .travis.yml,... are not part of a
+# source-package generated via 'git archive'
+.git*          export-ignore
+/.*            export-ignore