| # used to remove files from deployment using `git archive` | |
| # git files | |
| .gitattributes export-ignore | |
| .gitignore export-ignore | |
| .mailmap export-ignore | |
| # Tell linguist that generated test pattern files should not be included in the | |
| # language statistics. | |
| *.pat linguist-generated=true |