Added .gitattributes file to prevent git from changing line endings

of text files using as data for tests.
This commit is contained in:
Ivan Romanov 2024-06-30 11:19:03 +03:00
parent 388a8c007c
commit 82ac946a13
2 changed files with 3 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

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

1
.gitignore vendored
View File

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