1# used to remove files from deployment using `git archive`
2# git files
3.gitattributes export-ignore
4.gitignore export-ignore
5.mailmap export-ignore
6
7# Tell linguist that generated test pattern files should not be included in the
8# language statistics.
9*.pat linguist-generated=true
10