gitattributes: fix tests for windows

Nim-generated files used in tests all end in LF, so we tell git to not
touch them. Should allow a Windows user to clone and run tests without
having to tweak their git settings
This commit is contained in:
Leorize
2020-03-16 23:05:53 -05:00
committed by Andreas Rumpf
parent 6e4cd3e5bf
commit 5017320e7b

2
.gitattributes vendored
View File

@@ -1,2 +1,2 @@
# tests expects the text files associated with them have LF only as EOL
tests/**/*.txt text eol=lf
**/test*/**/* text eol=lf