Skip to content

Commit 177d842

Browse files
authored
Added .gitattributes file to prevent git from changing line endings (yhirose#1872)
of text files using as data for tests.
1 parent 388a8c0 commit 177d842

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

+2
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

+1
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)