diff options
author | Guy Brand <gb@unistra.fr> | 2014-05-19 22:05:34 +0200 |
---|---|---|
committer | Guy Brand <gb@unistra.fr> | 2014-05-19 22:09:42 +0200 |
commit | 3d710065050c0fe17941351ed07acf470fc73ce6 (patch) | |
tree | 655d4159c0322b828bc79bf7107b7d3c88236429 | |
parent | 56c485d3ac3b5f16aaa02d2e67a19f2b23e59bda (diff) | |
download | rpg-3d710065050c0fe17941351ed07acf470fc73ce6.tar.gz rpg-3d710065050c0fe17941351ed07acf470fc73ce6.tar.bz2 |
Use git attributes to exclude some files from exported archives
-rw-r--r-- | .gitattributes | 8 |
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 |