diff options
author | Duarte Duarte <dnpd.dd@gmail.com> | 2015-05-08 23:29:59 +0100 |
---|---|---|
committer | Duarte Duarte <dnpd.dd@gmail.com> | 2015-05-08 23:29:59 +0100 |
commit | f345ee04eef83fc11595e2007cb0bf4c7fcfef1a (patch) | |
tree | 98747a9a4569f4c798e634d5a8d4a44432c03179 | |
parent | 7e801595f42be692fcbd8cbfd3cf6652c75e5db6 (diff) | |
parent | 48a1358f5067ef564f51e86cf52140b2cd8620b1 (diff) |
Merge pull request #14668 from ShinDarth/6.x
Restore C++ as main project language
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 15410b16b46..40a4005bf43 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,6 @@ # special files which must ignore whitespace *.patch whitespace=-trailing-space eol=lf *.diff whitespace=-trailing-space eol=lf + +# Ignore sql/* files +sql/* linguist-documentation |