diff options
author | Daniel Wilhelm <shieldwed@outlook.com> | 2017-04-20 16:43:07 -0600 |
---|---|---|
committer | Daniel Wilhelm <shieldwed@outlook.com> | 2017-04-20 16:43:07 -0600 |
commit | 6d021e7294023fabec4771e2a5becb96fa0024ee (patch) | |
tree | cd2f0fd6d3fb0209e2ca20153f7e9e481f79da51 | |
parent | 8.10 (diff) | |
download | FreeFileSync-6d021e7294023fabec4771e2a5becb96fa0024ee.tar.gz FreeFileSync-6d021e7294023fabec4771e2a5becb96fa0024ee.tar.bz2 FreeFileSync-6d021e7294023fabec4771e2a5becb96fa0024ee.zip |
add .gitattributes for less line ending hassles
-rw-r--r-- | .gitattributes | 15 |
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 |