0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-25 20:14:10 +08:00

Add .gitattributes file

This makes sure the contents of tests/data/ folder does not go through
newline conversion, which breaks tests that rely on some files having LF
and some files having CR+LF.

Fixes #222.
This commit is contained in:
Arseny Kapoulkine 2018-07-23 23:12:22 -07:00
parent 699143c5d4
commit f3139f4c04

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
tests/data/* -text