aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2022-09-01 12:01:50 +0800
committerGlease <4586901+Glease@users.noreply.github.com>2022-09-01 12:40:28 +0800
commit1bc9006d7bbe5c503f36364b2c4dce2a29293e3a (patch)
tree5a6cb5230f93739fee59310b41dbe540c951ce63 /.gitattributes
parentb0698efc456a3dc92a8b7a059b01433d461866e3 (diff)
downloadGT5-Unofficial-1bc9006d7bbe5c503f36364b2c4dce2a29293e3a.tar.gz
GT5-Unofficial-1bc9006d7bbe5c503f36364b2c4dce2a29293e3a.tar.bz2
GT5-Unofficial-1bc9006d7bbe5c503f36364b2c4dce2a29293e3a.zip
add skeleton code
this should be the least common code for all the branches I work on...
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes35
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..9917fc4abe
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,35 @@
+* text eol=lf
+
+*.jar binary
+
+*.png binary
+*.jpg binary
+*.jpeg binary
+*.gif binary
+*.tif binary
+*.tiff binary
+*.ico binary
+*.svg text
+*.eps binary
+
+*.kar binary
+*.m4a binary
+*.mid binary
+*.midi binary
+*.mp3 binary
+*.ogg binary
+*.ra binary
+
+*.7z binary
+*.gz binary
+*.tar binary
+*.tgz binary
+*.zip binary
+
+*.patch -text
+
+*.bat text eol=crlf
+*.cmd text eol=crlf
+*.ps1 text eol=crlf
+
+*autogenerated binary \ No newline at end of file