X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=.gitattributes;h=72184ce6eaa2f5cfb1e2d183953105fb520308bd;hp=e4f59a57f58ca2c729d166d77f0677a7d7d39b8e;hb=7bebe43952fab41a2bae128190ec7e215b7580e2;hpb=421d8c20ff4014ddae23e61b6654666b039bf00d diff --git a/.gitattributes b/.gitattributes index e4f59a57..72184ce6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,33 @@ -* text=auto !eol -chash/LICENSE -text -chash/chash.php -text -lfdb2/LICENSE -text -lfdb2/read.php -text -lfdb2/test.data -text -lfdb2/write.php -text -mindmaps/Local[!!-~]File[!!-~]Database[!!-~]-[!!-~]NG.mm svneol=native#text/xml +# +### 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