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