Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 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 |
Stephanos Ioannidis | 88259bb | 2020-04-23 23:37:00 +0900 | [diff] [blame] | 6 | |
Gerard Marull-Paretas | ad1dad1 | 2021-10-14 15:49:00 +0200 | [diff] [blame] | 7 | # Tell git to not diff certain files |
| 8 | *.svg -diff |
| 9 | |
Stephanos Ioannidis | 88259bb | 2020-04-23 23:37:00 +0900 | [diff] [blame] | 10 | # Tell linguist that generated test pattern files should not be included in the |
| 11 | # language statistics. |
Gerard Marull-Paretas | ad1dad1 | 2021-10-14 15:49:00 +0200 | [diff] [blame] | 12 | *.pat linguist-generated |
| 13 | *.svg linguist-generated |