From 30665a90514ddfb44d81bb554a64afc5aa459aeb Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 26 Jul 2014 13:24:55 +0100 Subject: [PATCH] Added a .gitattributes file --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..043395a4003 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +/doc export-ignore +/test export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/README.markdown export-ignore