mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 07:51:32 +00:00
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:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user