Added .gitattributes file to prevent git from changing line endings (#1872)
of text files using as data for tests.
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f818483
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+/test/www*/dir/*.html text eol=lf
+/test/www*/dir/*.txt text eol=lf
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 59be00e..0656481 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,4 +35,5 @@
ipch
*.dSYM
.*
+!/.gitattributes
!/.travis.yml