diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-08-14 16:29:51 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-08-14 16:29:51 +0200 |
| commit | f7234e2ed3b2ea167d5fdbef1bdb92b96b9a053b (patch) | |
| tree | 56b94d705ddb08c0235102bade9f333d7bc79d18 /tests | |
| parent | e810c3eacec9cae74a369c747bbc5bd2a386d20d (diff) | |
Allow ODIN_TEST_LOG_LEVEL override when -debug.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index ce17927b4..e8cdc9e79 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -13,6 +13,9 @@ # But remember to ignore executables with an extension. *.exe *.bin +*.bat +*.pdb +*.sh # Ignore documentation-related files. /documentation/verify/ |