summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2014-05-19 22:05:34 +0200
committerGuy Brand <gb@unistra.fr>2014-05-19 22:05:34 +0200
commitae37c1a191f5f011b8ab58621e4ac5e6dc9f0295 (patch)
tree34f88d01ce4baf0e551a28c02f28f467bf3f0db8 /.gitattributes
parent4f0bc4b20d682f410c8523b4a110f79b757ffb02 (diff)
downloadrpg-ae37c1a191f5f011b8ab58621e4ac5e6dc9f0295.tar.gz
rpg-ae37c1a191f5f011b8ab58621e4ac5e6dc9f0295.tar.bz2
Use git attributes to exclude some files from exported archives
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0fefdf647..1012087d4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,3 +4,11 @@
*.gif binary
*.ico binary
*.xcf binary
+
+.gitattributes export-ignore
+.gitignore export-ignore
+.editorconfig export-ignore
+.travis.yml export-ignore
+_test export-ignore
+_cs export-ignore
+lib/plugins/testing export-ignore