diff options
author | David Phillips <david@sighup.nz> | 2017-12-28 22:10:13 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-28 22:10:13 +1300 |
commit | 14fc4fd65f3a86e41abc2e84ede792d21ddf3351 (patch) | |
tree | 9b6d92b7f1184546d7edfc80bb6bc8bac975ca8b /test | |
parent | 499b193530a8e89223537e7da226fd5b77c04ca6 (diff) | |
download | hence-14fc4fd65f3a86e41abc2e84ede792d21ddf3351.tar.xz |
Don't track binaries
Diffstat (limited to 'test')
-rw-r--r-- | test/.gitignore | 2 | ||||
-rwxr-xr-x | test/test-duplicate-input | bin | 20664 -> 0 bytes | |||
-rwxr-xr-x | test/test-short-keyword | bin | 25032 -> 0 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 04d77d8..dd7da30 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -5,4 +5,6 @@ test-logic-not test-logic-or test-logic-xor test-whitespace-input +test-duplicate-input +test-short-keyword *.log diff --git a/test/test-duplicate-input b/test/test-duplicate-input Binary files differdeleted file mode 100755 index 141d6aa..0000000 --- a/test/test-duplicate-input +++ /dev/null diff --git a/test/test-short-keyword b/test/test-short-keyword Binary files differdeleted file mode 100755 index 17b4858..0000000 --- a/test/test-short-keyword +++ /dev/null |