diff options
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 6e36b708..474746c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -*.h linguist-detectable=false
-*.cpp linguist-detectable=false
-*.hpp linguist-detectable=false
+benchmarks/others/* linguist-vendored
+*.h linguist-language=C
+*.c linguist-language=C
|
