summaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-03-26 07:34:29 +0100
committerTyge Løvset <[email protected]>2021-03-26 07:34:29 +0100
commit2f151be11f048943ef0a4d1ddb71d40bf7e9921e (patch)
tree8c67da65ada9c167b4f7811a109a52237befc47e /.gitattributes
parentfb25143685df32ed91b84da9fb7f2e821ed7daaf (diff)
downloadSTC-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--.gitattributes4
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