diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-07-03 15:17:25 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-07-03 15:17:25 +0200 |
commit | a28bf56ef9b9d5d93031fb8ce4209370f075f69b (patch) | |
tree | 81bb8c269685625a06d18330a135a024f858e8d0 /.gitattributes | |
parent | 1726bacf78ea5089d2e23e55a334a2126e7c0eae (diff) |
GH linguist: properly detect .inc files as C++
Also drop two unnecessary speex buildsystem files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 36620d50f5..1df99d85bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Properly detect languages on Github *.h linguist-language=cpp +*.inc linguist-language=cpp drivers/* linguist-vendored *.cpp eol=lf |