summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-05-22 09:10:47 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-05-22 09:10:47 +0200
commit0acdeb2e12b6c4df1820f4d21b7a4cc6107ff96b (patch)
tree8e9331a80d0ef941d5a80e978a7978f14753bd30
parente2375f487c2b6857ba7300ed1d460f43cef8cc59 (diff)
Update .gitattributes to encompass all text files
-rw-r--r--.gitattributes10
1 files changed, 2 insertions, 8 deletions
diff --git a/.gitattributes b/.gitattributes
index 47ba2b45bb..f2cf6ab63a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,12 +1,6 @@
# Properly detect languages on Github
*.h linguist-language=cpp
*.inc linguist-language=cpp
-drivers/* linguist-vendored
+thirdparty/* linguist-vendored
-*.cpp eol=lf
-*.mm eol=lf
-*.h eol=lf
-*.py eol=lf
-*.hpp eol=lf
-*.xml eol=lf
-*.natvis eol=lf
+* text=auto eol=lf