Commit 45ca8c8eee737bde813c63cf6d36b18f869552dc

Golmote 2015-08-18T08:17:01

Add .gitattributes to prevent line ending changes in test files

1
2
3
4
5
6
7
8
9
10
11
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..1d598bd
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+* text=auto
+
+# Test files should not have their line endings modified by git
+/tests/languages/**/*.test binary
\ No newline at end of file