From 30a78901f901bf4d1ab6a972bd71cc68894a022c Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Wed, 10 Feb 2021 15:58:48 +0200 Subject: [PATCH] Instruct git to use LF as line ending for knownnodes.dat test pattern --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..776a13c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Pickle files (for testing) should always have UNIX line endings. +# Windows issue like here https://stackoverflow.com/questions/556269 +knownnodes.dat text eol=lf