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:
committed by
Nico Williams
parent
600e602548
commit
c08ecbaf23
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1,3 +1,7 @@
|
|||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# generated files
|
||||||
|
src/lexer.[ch] linguist-generated=true
|
||||||
|
src/parser.[ch] linguist-generated=true
|
||||||
|
Reference in New Issue
Block a user