Browse Source

Added .gitattributes file to prevent git from changing line endings (#1872)

of text files using as data for tests.
Hlado 1 year ago
parent
commit
177d8420a1
2 changed files with 3 additions and 0 deletions
  1. 2 0
      .gitattributes
  2. 1 0
      .gitignore

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+/test/www*/dir/*.html text eol=lf
+/test/www*/dir/*.txt text eol=lf

+ 1 - 0
.gitignore

@@ -35,4 +35,5 @@ Release
 ipch
 *.dSYM
 .*
+!/.gitattributes
 !/.travis.yml