X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitattributes;h=72184ce6eaa2f5cfb1e2d183953105fb520308bd;hb=5ba4cfd551ee9582b1d64605d92e3e4ee7b9de3b;hp=84037be93fde232538ab963ceefe49798c517ebb;hpb=feee76fac45134d75340668005fb2c252e24856d;p=ctracker.git diff --git a/.gitattributes b/.gitattributes index 84037be..72184ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,24 +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/language/.htaccess -text -libs/lib_ -text -libs/lib_connect.php -text -libs/lib_detector.php -text -libs/lib_general.php -text -libs/mails/.htaccess -text -libs/mails/de/.htaccess -text -libs/mails/en/.htaccess -text -libs/templates/.htaccess -text -libs/templates/de/.htaccess -text -libs/templates/en/.htaccess -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