From fdb7852cf63a0fbfde2fe054b121478b82e2362f Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Wed, 30 Oct 2019 14:20:26 -0700 Subject: [PATCH] Force git not to mangle line endings for files relevant to tests --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..ae36a7d7a73 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Force git not to modify line endings for go files +*.go binary + +# Force git not to modify line endings for dbschemes +*.dbscheme binary