diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 15:05:30 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 15:05:30 +0200 |
commit | 2001ff5269470e6809088252728b4473cc09fc20 (patch) | |
tree | 8fd947149b64c02fde35cd0b31473b97c264d056 /.gitattributes | |
parent | 4435579498beefeb75b524111d24b1cb922cd22a (diff) | |
download | 2022-2001ff5269470e6809088252728b4473cc09fc20.tar.gz 2022-2001ff5269470e6809088252728b4473cc09fc20.tar.bz2 2022-2001ff5269470e6809088252728b4473cc09fc20.zip |
Create .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 15 |
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 |