aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-16 15:05:30 +0200
committerLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-16 15:05:30 +0200
commit2001ff5269470e6809088252728b4473cc09fc20 (patch)
tree8fd947149b64c02fde35cd0b31473b97c264d056 /.gitattributes
parent4435579498beefeb75b524111d24b1cb922cd22a (diff)
download2022-2001ff5269470e6809088252728b4473cc09fc20.tar.gz
2022-2001ff5269470e6809088252728b4473cc09fc20.tar.bz2
2022-2001ff5269470e6809088252728b4473cc09fc20.zip
Create .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..26b869c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,15 @@
+ 18 lines (16 sloc) 488 Bytes
+
+# Properly detect languages on Github
+*.h linguist-language=cpp
+*.inc linguist-language=cpp
+thirdparty/* linguist-vendored
+
+# The above only works properly for Git 2.10+, so for older versions
+# we need to manually list the binary files we don't want modified.
+*.icns binary
+*.ico binary
+*.jar binary
+*.png binary
+*.ttf binary
+*.tza binary \ No newline at end of file