summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
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 00000000..fec1a735
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,15 @@
+# These files are text and should be normalized (convert crlf => lf)
+*.cpp text
+*.h text
+*.html text
+*.css text
+*.lng text
+*.hhc text
+*.hhp text
+Makefile text
+
+# Resources should be treated as binary
+# (binary is a macro for -text -diff)
+*.zip binary
+*.png binary
+*.wav binary
bgstack15