diff options
author | David Phillips <david@sighup.nz> | 2017-12-28 22:16:11 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-28 22:16:11 +1300 |
commit | 486080d2def79f7a2c84b6289b2baf8e292f37e2 (patch) | |
tree | 76a97e68e9137241fb17496fe223fedf14a5513b /test/.gitignore | |
parent | 5d8b9c9d853e4c2ea0fb83975dda504302eb1eac (diff) | |
download | hence-486080d2def79f7a2c84b6289b2baf8e292f37e2.tar.xz |
Move test binaries to separate ignored dir
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/test/.gitignore b/test/.gitignore index dd7da30..18ace54 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,10 +1,2 @@ -test-logic-and -test-logic-nand -test-logic-nor -test-logic-not -test-logic-or -test-logic-xor -test-whitespace-input -test-duplicate-input -test-short-keyword +bin *.log |