diff options
| author | Tyge Løvset <[email protected]> | 2021-03-26 07:34:29 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-03-26 07:34:29 +0100 |
| commit | 2f151be11f048943ef0a4d1ddb71d40bf7e9921e (patch) | |
| tree | 8c67da65ada9c167b4f7811a109a52237befc47e /.gitattributes | |
| parent | fb25143685df32ed91b84da9fb7f2e821ed7daaf (diff) | |
| download | STC-modified-2f151be11f048943ef0a4d1ddb71d40bf7e9921e.tar.gz STC-modified-2f151be11f048943ef0a4d1ddb71d40bf7e9921e.zip | |
Try to hide cpp files for gitlinquist to make it a 100% C project.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5d659dd3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.c linguist-detectable=true
+*.h linguist-detectable=false
+*.cpp linguist-detectable=false
+*.hpp linguist-detectable=false
|
