mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 08:48:27 +00:00
Added .gitattributes file to prevent git from changing line endings (#1872)
of text files using as data for tests.
This commit is contained in:
parent
388a8c007c
commit
177d8420a1
2 changed files with 3 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/test/www*/dir/*.html text eol=lf
|
||||||
|
/test/www*/dir/*.txt text eol=lf
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -35,4 +35,5 @@ Release
|
||||||
ipch
|
ipch
|
||||||
*.dSYM
|
*.dSYM
|
||||||
.*
|
.*
|
||||||
|
!/.gitattributes
|
||||||
!/.travis.yml
|
!/.travis.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue