summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2018-07-07 03:49:57 +0200
committerobskyr <powpowd@gmail.com>2018-07-07 03:49:57 +0200
commitd4bb6b990a94de27f58d2c92fad5888017d3bb9d (patch)
tree7ae791db3412dbe7f9393d0c204ab4426a4992c4 /.gitattributes
parentd3f356a1dc6970973932502edbe3af6b150a22d0 (diff)
parentf3f0e711bf4f4205fd29f2b448c93ff5597507e5 (diff)
Merge branch 'master' of https://github.com/pret/pokegold-spaceworld
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b967def
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,23 @@
+# Auto detect text files and perform LF normalization
+* text eol=lf
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+*.asm text
+*.sh text
+*.c text
+*.py text
+*.MD text
+*.h text
+*.txt text
+*.inc text
+
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.lz binary
+*.2bpp binary
+*.1bpp binary
+*.bin binary
+*.blk binary
+*.pic binary \ No newline at end of file