summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2017-04-20 16:43:07 -0600
committerDaniel Wilhelm <shieldwed@outlook.com>2017-04-20 16:43:07 -0600
commit6d021e7294023fabec4771e2a5becb96fa0024ee (patch)
treecd2f0fd6d3fb0209e2ca20153f7e9e481f79da51 /.gitattributes
parent8.10 (diff)
downloadFreeFileSync-6d021e7294023fabec4771e2a5becb96fa0024ee.tar.gz
FreeFileSync-6d021e7294023fabec4771e2a5becb96fa0024ee.tar.bz2
FreeFileSync-6d021e7294023fabec4771e2a5becb96fa0024ee.zip
add .gitattributes for less line ending hassles
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