aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-07-23 23:12:22 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-07-23 23:13:02 -0700
commitf3139f4c0487a7455d66d4dcd3b0aab3d54c63d1 (patch)
tree729018a2aebd251dd24345ef9f36d6293fa883e2
parent699143c5d4310b3ed63ee517b16202f14ad9ceb1 (diff)
downloadpugixml-f3139f4c0487a7455d66d4dcd3b0aab3d54c63d1.zip
pugixml-f3139f4c0487a7455d66d4dcd3b0aab3d54c63d1.tar.gz
pugixml-f3139f4c0487a7455d66d4dcd3b0aab3d54c63d1.tar.bz2
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.
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..07b051b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+tests/data/* -text