mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Mark several known binary extensions as -text
This commit is contained in:
7
.gitattributes
vendored
7
.gitattributes
vendored
@@ -39,3 +39,10 @@
|
||||
*.py text
|
||||
*.lua text
|
||||
*.expected text
|
||||
|
||||
# Explicitly set a bunch of known extensions to binary, because Git < 2.10 will treat
|
||||
# `* text=auto eol=lf` as `* text eol=lf`
|
||||
*.png -text
|
||||
*.jpg -text
|
||||
*.jpeg -text
|
||||
*.gif -text
|
||||
|
||||
Reference in New Issue
Block a user