diff options
author | dexX7 <dexx@bitwatch.co> | 2015-05-28 01:28:39 +0200 |
---|---|---|
committer | dexX7 <dexx@bitwatch.co> | 2015-10-23 22:08:07 +0200 |
commit | 4d2a926cb40995e483846cc125e42bdbcc1f5918 (patch) | |
tree | dfb073df5df66c413feb9c6cd197d51d890996d1 | |
parent | 46f74379b86be982b121bcb8c3cfe07fa80bffd0 (diff) |
Ignore coverage data related and temporary test files
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a8035731d1..2b6b19883d 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,7 @@ build #lcov *.gcno +*.gcda /*.info test_bitcoin.coverage/ total.coverage/ @@ -107,6 +108,9 @@ qa/pull-tester/run-bitcoind-for-test.sh qa/pull-tester/tests_config.py qa/pull-tester/cache/* qa/pull-tester/test.*/* +qa/tmp +cache/ +share/BitcoindComparisonTool.jar !src/leveldb*/Makefile |