]> git.mxchange.org Git - jprojects-scripts.git/blobdiff - .gitattributes
Continued a bit:
[jprojects-scripts.git] / .gitattributes
index 17cdcd5373ad22f616149f35b61236dfe81ebec3..fe707c5ce3be089f42f7f3eccfe1f7d3132067b1 100644 (file)
@@ -1,2 +1,25 @@
-# Use Linux/Uni* line-feed for new lines (prevents converting)
-* text=lf
+# Autodetect text files
+* text=auto
+
+# Force the following filetypes to have unix eols, so Windows does not break them
+*.* text eol=lf
+
+# Force images/fonts to be handled as binaries
+*.jpg binary
+*.jpeg binary
+*.gif binary
+*.png binary
+*.t3x binary
+*.t3d binary
+*.exe binary
+*.data binary
+*.ttf binary
+*.eof binary
+*.eot binary
+*.swf binary
+*.mov binary
+*.mp4 binary
+*.mp3 binary
+*.ogg binary
+*.flv binary
+