diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rwxr-xr-x | tests/a.out | bin | 15872 -> 0 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0ab5a1b..96d4fbb 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ Cargo.lock .direnv/ -log +log* + +tests/a.out diff --git a/tests/a.out b/tests/a.out deleted file mode 100755 index 3d9e7c1..0000000 --- a/tests/a.out +++ /dev/null Binary files differ |