Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

exclude binary files from line ending normalize on checkin

AuthorKarl Tauber <email>
Date2015-07-23 11:56:32 GMT+0200
Commit9e1926477b1021b7dfbaaa57f2068a5d2b657d31
Parentf6592d2
.gitattributes
# always use LF line endings
+
+# ALL FILES:
+# Normalize line endings to LF on checkin and
+# prevent conversion to CRLF when the file is checked out.
+
* text eol=lf
+
+
+# BINARY FILES:
+# Disable line ending normalize on checkin.
+
+*.gif binary
+*.jar binary
+*.png binary
+*.zip binary
Delta14 lines added, 0 lines removed, 14-line increase