ad1dad1090
SVG files are usually created or generated using editors, e.g. Inkscape. Exclude them from stats/diffs to improve review process by marking them as generated. Ref. https://github.com/github/linguist/blob/master/docs/overrides.md Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
# used to remove files from deployment using `git archive`
|
|
# git files
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.mailmap export-ignore
|
|
|
|
# Tell git to not diff certain files
|
|
*.svg -diff
|
|
|
|
# Tell linguist that generated test pattern files should not be included in the
|
|
# language statistics.
|
|
*.pat linguist-generated
|
|
*.svg linguist-generated
|