diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..17dc699e09 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Sources +*.h text diff=cpp +*.cpp text diff=cpp +*.py text diff=python +*.m text diff=matlab + + +# Documentation +*.md text +*.rst text +*.html text -diff +*.css text -diff + + +# Auxillary files +*.svg binary -diff + +