diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-13 20:42:14 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-13 20:42:14 +0100 |
commit | 5ca7cc14f314c0491a9e7f2100150d345955d4b7 (patch) | |
tree | 78f30a64b7606105ba0d39cd4e1c8b44a63774d2 /.gitattributes | |
parent | ed44d8a146fb891c8a14878922e44a1bbce828c7 (diff) | |
download | ale-5ca7cc14f314c0491a9e7f2100150d345955d4b7.zip |
Ignore more files when archiving.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ce6f1322..394e02d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ .* export-ignore /CONTRIBUTING.md export-ignore +/Dockerfile export-ignore +/Makefile export-ignore /README.md export-ignore /img export-ignore /test export-ignore |