blob: 734b1d4593fce08f7ccb4794971dc644252d64ec [file] [log] [blame]
Inaky Perez-Gonzalez8ddf82c2015-04-10 16:44:37 -07001# used to remove files from deployment using `git archive`
2# git files
3.gitattributes export-ignore
4.gitignore export-ignore
5.mailmap export-ignore
Stephanos Ioannidis88259bb2020-04-23 23:37:00 +09006
Gerard Marull-Paretasad1dad12021-10-14 15:49:00 +02007# Tell git to not diff certain files
8*.svg -diff
9
Stephanos Ioannidis88259bb2020-04-23 23:37:00 +090010# Tell linguist that generated test pattern files should not be included in the
11# language statistics.
Gerard Marull-Paretasad1dad12021-10-14 15:49:00 +020012*.pat linguist-generated
13*.svg linguist-generated