From e544c6fa9e15e7277da79e2464243e90b2706b8c Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Mon, 24 Jan 2022 14:59:25 +0100 Subject: Cleanup Added variables to Makefiles to specify custom exports/ directory; Split exception classes in Java & C#; Added more comments; Renamed library and Go package; Removed real (pure) tests; Added generate_lib.ps1 to generate import .lib for Windows (Swift); Moved built Go libraries to exports/lib/; Switch to hopefully faster Swift GitHub Action. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index d6ceb16..eaa896f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +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 test_data/**/*.json -text eol=lf test_data/**/*.blake2b -text -- cgit v1.2.3