summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-28 22:10:13 +1300
committerDavid Phillips <david@sighup.nz>2017-12-28 22:10:13 +1300
commit14fc4fd65f3a86e41abc2e84ede792d21ddf3351 (patch)
tree9b6d92b7f1184546d7edfc80bb6bc8bac975ca8b
parent499b193530a8e89223537e7da226fd5b77c04ca6 (diff)
downloadhence-14fc4fd65f3a86e41abc2e84ede792d21ddf3351.tar.xz
Don't track binaries
-rw-r--r--test/.gitignore2
-rwxr-xr-xtest/test-duplicate-inputbin20664 -> 0 bytes
-rwxr-xr-xtest/test-short-keywordbin25032 -> 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
deleted file mode 100755
index 141d6aa..0000000
--- a/test/test-duplicate-input
+++ /dev/null
Binary files differ
diff --git a/test/test-short-keyword b/test/test-short-keyword
deleted file mode 100755
index 17b4858..0000000
--- a/test/test-short-keyword
+++ /dev/null
Binary files differ