From 51728ce36fa2628fe2e5edd626ddc4d9d7c17833 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Sep 2019 10:40:59 -0700 Subject: Added .gitattributes. This ensures that the golden files in `test/fb2/reader/` don't have newlines converted. This should fix a test failure on GitHub CI with Windows. Closes #5747. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a236965b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/fb2/reader/* -text -- cgit v1.2.3