Add .gitattributes

Some files shouldn't be exported with git archive.
This commit is contained in:
Alf Gaida 2018-02-26 09:03:42 +01:00 committed by Pier Luigi Fiorini
parent fca8c808b7
commit d88d16c186

17
.gitattributes vendored Normal file
View File

@ -0,0 +1,17 @@
# remove files from deployment using `git archive`
# common files
.commit-template export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.mailmap export-ignore
.travis.yml export-ignore
# several files and directories we never want to export
# a little bit belt and braces as the most of these files
# should never ever be in the repository
*~ export-ignore
.kdev4 export-ignore
*build* export-ignore
*.user export-ignore