diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-30 22:58:13 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-31 00:05:55 -0400 |
commit | 7667850dbfac0ced6eb2711d922c263b65ffaeee (patch) | |
tree | 9dcf60c45bfc3963dcddd5a2829e1514dd3aaaa0 /.gitignore | |
parent | fa7f8cdc1ac92047cd876d750851cf4230fc8295 (diff) |
tests: replace the old (unused since Travis) tests with new rpc test scripts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bafc5919c1..c97432df92 100644 --- a/.gitignore +++ b/.gitignore @@ -99,7 +99,9 @@ linux-coverage-build linux-build win32-build qa/pull-tester/run-bitcoind-for-test.sh -qa/pull-tester/build-tests.sh +qa/pull-tester/tests-config.sh +qa/pull-tester/cache/* +qa/pull-tester/test.*/* !src/leveldb*/Makefile |