88259bbbe6
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>
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
# 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
|