From: Roland Häder <roland@mxchange.org>
Date: Wed, 26 Jul 2017 17:43:38 +0000 (+0200)
Subject: added .gitattributes where missing
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8f623b9d5ffc552010093c0f41ed22bf033bee32;p=jjobs-war.git

added .gitattributes where missing

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/.gitattributes b/.gitattributes
index 17cdcd53..72184ce6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,33 @@
-# Use Linux/Uni* line-feed for new lines (prevents converting)
-* text=lf
+#
+### Distribute this file on all GIT projects!
+#
+# 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
+*.jar binary
+*.pdf binary
+*.woff* binary
+*.otf binary
+*.z binary
+*.docx binary