zephyr/.gitattributes
Stephanos Ioannidis 88259bbbe6 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>
2020-04-23 14:07:57 -04:00

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