diff options
author | John Newbery <john@johnnewbery.com> | 2017-03-08 17:46:18 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-03-20 10:40:31 -0400 |
commit | 63d66ba20a634b54f6d5e8b051fb4a106f2cef6c (patch) | |
tree | e6c1211ac2cedbfbe61061fc405914262da4437e /.gitignore | |
parent | 5b0bff4581cf5cbecce35df46075ba256b4974f5 (diff) |
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 479889cb78..f1e9ca20c1 100644 --- a/.gitignore +++ b/.gitignore @@ -101,9 +101,9 @@ coverage_percent.txt linux-coverage-build linux-build win32-build -qa/pull-tester/tests_config.py -qa/pull-tester/tests_config.ini -qa/cache/* +test/functional/config.ini +test/util/buildenv.py +test/cache/* !src/leveldb*/Makefile |