1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Mark src/{parser,lexer}.{c,h} as generated files in .gitattributes

This should hide edit to those files in PR diffs making PRs easier to
review.
This commit is contained in:
Emanuele Torre
2023-07-09 20:53:24 +02:00
committed by Nico Williams
parent 600e602548
commit c08ecbaf23

4
.gitattributes vendored
View File

@ -1,3 +1,7 @@
.gitattributes export-ignore
.gitignore export-ignore
* text=auto eol=lf
# generated files
src/lexer.[ch] linguist-generated=true
src/parser.[ch] linguist-generated=true