]> git.mxchange.org Git - ctracker.git/blobdiff - .gitattributes
Continued:
[ctracker.git] / .gitattributes
index 47230ab4fec76de9cf8328a3c075e821a7c11800..72184ce6eaa2f5cfb1e2d183953105fb520308bd 100644 (file)
@@ -1,16 +1,33 @@
-* text=auto !eol
-/Doxyfile -text
-/clear-cache.sh -text
-docs/COPYING -text
-docs/COPYING.documents -text
-docs/COPYING.software -text
-docs/NEWS -text
-docs/README -text
-docs/THANKS -text
-docs/TODO -text
-docs/TODOs.txt -text
-/index.php -text
-/package.sh -text
-/pdepend.sh -text
-/rebuild_doc.sh -text
-/todo-builder.sh -text
+#
+### 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