]> git.mxchange.org Git - ctracker.git/blobdiff - .gitattributes
Continued:
[ctracker.git] / .gitattributes
index f9e49f2a26107e3ffe176f1f5237147be0549c80..72184ce6eaa2f5cfb1e2d183953105fb520308bd 100644 (file)
@@ -1,17 +1,33 @@
-* text=auto !eol
-config/.htaccess -text
-config/db_config.php.dist -text
-/ctracker.php -text
-docs/COPYING -text
-docs/NEWS -text
-docs/README -text
-docs/THANKS -text
-docs/TODO -text
-docs/TODOs.txt -text
-install/install.sql -text
-libs/.htaccess -text
-libs/lib_ -text
-libs/lib_connect.php -text
-libs/lib_detector.php -text
-libs/lib_general.php -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