diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0432bfc..7c9bd76 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,13 @@ xapian/*.go xapian/wrap.scm xapian_wrap.cc +# tests +tests/*.log +tests/*.trs + # website website/index.html # other +build-aux/test-driver.scm pre-inst-env \ No newline at end of file |