Update .gitattributes to encompass all text files
This commit is contained in:
parent
e2375f487c
commit
0acdeb2e12
1 changed files with 2 additions and 8 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
@ -1,12 +1,6 @@
|
||||||
# Properly detect languages on Github
|
# Properly detect languages on Github
|
||||||
*.h linguist-language=cpp
|
*.h linguist-language=cpp
|
||||||
*.inc linguist-language=cpp
|
*.inc linguist-language=cpp
|
||||||
drivers/* linguist-vendored
|
thirdparty/* linguist-vendored
|
||||||
|
|
||||||
*.cpp eol=lf
|
* text=auto eol=lf
|
||||||
*.mm eol=lf
|
|
||||||
*.h eol=lf
|
|
||||||
*.py eol=lf
|
|
||||||
*.hpp eol=lf
|
|
||||||
*.xml eol=lf
|
|
||||||
*.natvis eol=lf
|
|
||||||
|
|
Loading…
Reference in a new issue