summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>2017-10-09 16:15:30 +0200
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>2017-10-09 16:15:30 +0200
commit22c1e890f8bab16eebd89fab3395b7e6fc1d90ef (patch)
tree05332c422e2b12fbfa4db6a7f4ba05082558fff7
parent44e8c742d4fd088069888efe491ba16672e67d6b (diff)
Prevent .gitignore and friends from being exported to the final archive
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f49e821
--- /dev/null
+++ b/.gitattributes
@@ -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