From b577609761568300b226c10c1b19c1014bf0cb5c Mon Sep 17 00:00:00 2001 From: Philip Schwarz Date: Sat, 2 Jul 2016 19:24:11 +0100 Subject: [PATCH] File GildedRoseTest.regression_test.approved can be an issue with git as it will change the line endings. The suggested fix is to add *.approved.* binary to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..714dfb64 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.approved.* binary