gitattributes: Tell linguist to ignore test pattern files

Tell GitHub linguist to ignore the `.pat` generated test pattern files
that are used by the CMSIS-DSP tests (and potentially others as well,
in the future).

This prevents GitHub from classifying them as "Max language" in the
language statistics.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2020-04-23 23:37:00 +09:00 committed by Anas Nashif
parent 0f557deae3
commit 88259bbbe6
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored
View File

@ -3,3 +3,7 @@
.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