summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2013-09-01 14:54:51 -0400
committerDana Jansens <danakj@orodu.net>2013-09-01 15:15:53 -0400
commit047a201498c4a108961a3d38e0707b78be378355 (patch)
tree65a1b3476bf8ffd153ec18a11e9aacf29a9c814b /.gitignore
parent4c071270749c85b547fefe33c20c151f06df0616 (diff)
Fix bugs and add unit tests for BSEARCH()
Also adds running unit tests to the release/go script so we can be sure that all tests pass before we make a release.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 18e96d07..615af3b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ Makefile.in
aclocal.m4
autom4te.cache
compile
+config.cache
config.guess
config.log
config.rpath
@@ -107,3 +108,4 @@ obt/tests/bstest
obt/tests/ddtest
obt/tests/linktest
obt/tests/watchtest
+obt/obt_unittests