diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2015-05-08 23:57:08 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2015-05-09 00:29:05 +0200 |
commit | 48a1358f5067ef564f51e86cf52140b2cd8620b1 (patch) | |
tree | b00006b7d30ba6053506322dac8866cf1e9c46fd /.gitattributes | |
parent | 347e954086c71d6286f08a5467de8a41457684ad (diff) |
Restore C++ as main project language
Diffstat (limited to '.gitattributes')
-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 |