gitattributes
authorDenis Chenu <courriel@shnoulle.net>
Tue, 1 Apr 2014 12:58:35 +0000 (14:58 +0200)
committerDenis Chenu <courriel@shnoulle.net>
Tue, 1 Apr 2014 12:58:35 +0000 (14:58 +0200)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..b50a94d
--- /dev/null
@@ -0,0 +1,19 @@
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto
+
+# Declare files that will always have LF line endings on checkout.
+*.php text eol=lf
+*.css text eol=lf
+*.js text eol=lf
+*.pstpl text eol=lf
+*.html text eol=lf
+*.sql text eol=lf
+*.txt text eol=lf
+*.lss text eol=lf
+
+# Denote all files that are truly binary and should not be modified.
+*.jpg binary
+*.png binary
+*.gif binary
+*.ico binary
+*.mo binary