From 438f9c3e5c3116e13933eed44642e1046e256d34 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sun, 11 Jan 2015 19:09:01 -0800 Subject: [PATCH] git: add gitattributes to ensure consistent line endings for warc, arc and cdx --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..322dea0e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.arc binary +*.warc binary +*.cdx binary +*.gz binary