Instruct git to use LF as line ending for knownnodes.dat test pattern

This commit is contained in:
Dmitri Bogomolov 2021-02-10 15:58:48 +02:00
parent 5b71bd1931
commit 265fb932a8
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -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