Skip to content

Commit 82ac946

Browse files
committed
Added .gitattributes file to prevent git from changing line endings
of text files using as data for tests.
1 parent 388a8c0 commit 82ac946

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/test/www*/dir/*.html text eol=lf
2+
/test/www*/dir/*.txt text eol=lf

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ Release
3535
ipch
3636
*.dSYM
3737
.*
38+
!/.gitattributes
3839
!/.travis.yml

0 commit comments

Comments
 (0)