From f3139f4c0487a7455d66d4dcd3b0aab3d54c63d1 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 23 Jul 2018 23:12:22 -0700 Subject: [PATCH] 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. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..07b051b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests/data/* -text