diff options
| author | Tyge Løvset <[email protected]> | 2021-03-26 08:05:27 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-03-26 08:05:27 +0100 |
| commit | 8ca8d094dcf742799c5d991525f8873f9fa5ab72 (patch) | |
| tree | 4d591659cf3672b8400d35f6cd92f618fa6e58d5 /.gitattributes | |
| parent | 3764d7f17d15dbc395195e4d31c5595d36ee4d31 (diff) | |
| download | STC-modified-8ca8d094dcf742799c5d991525f8873f9fa5ab72.tar.gz STC-modified-8ca8d094dcf742799c5d991525f8873f9fa5ab72.zip | |
Third trial: remove vendor-paths. (others)
Diffstat (limited to '.gitattributes')
| -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
|
