diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..c18f26c92fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# These files are text and should be normalized (convert crlf => lf) +*.cs text diff=csharp +*.cmd text +*.txt text +*.xml text +*.md text +*.mf text +*.java text +*.form text + +# Images should be treated as binary +# (binary is a macro for -text -diff) +*.png binary +*.gif binary +*.jepg binary + +*.sdf binary \ No newline at end of file