X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitattributes;h=72184ce6eaa2f5cfb1e2d183953105fb520308bd;hb=5ba4cfd551ee9582b1d64605d92e3e4ee7b9de3b;hp=f9e49f2a26107e3ffe176f1f5237147be0549c80;hpb=1682752134aef79f6806d062d7c1f3e772299786;p=ctracker.git diff --git a/.gitattributes b/.gitattributes index f9e49f2..72184ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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