diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-05 11:27:32 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-05 11:27:32 +0200 |
| commit | 8ac62e74679efba92154834d2ebbd259d71edbe0 (patch) | |
| tree | 79cf5084f2d338c613feb085abb6ffa89ce8c2a9 /.gitattributes | |
| parent | 4ca3f334f34be897cd72960631b7ee498a872478 (diff) | |
Attributes: update path
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index f5b9986..8f0f9e2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Interpret .json & .blake2b test data files as binary (not text) # Otherwise test signatures made with different line endings will become invalid # Use LF for created .json files, also on Windows -internal/test_data/**/*.json -text eol=lf -internal/test_data/**/*.blake2b -text +internal/verify/test_data/**/*.json -text eol=lf +internal/verify/test_data/**/*.blake2b -text |
