diff options
| author | dexX7 <[email protected]> | 2015-05-28 01:28:39 +0200 |
|---|---|---|
| committer | dexX7 <[email protected]> | 2015-10-23 22:08:07 +0200 |
| commit | 4d2a926cb40995e483846cc125e42bdbcc1f5918 (patch) | |
| tree | dfb073df5df66c413feb9c6cd197d51d890996d1 | |
| parent | Merge pull request #6873 (diff) | |
| download | discoin-4d2a926cb40995e483846cc125e42bdbcc1f5918.tar.xz discoin-4d2a926cb40995e483846cc125e42bdbcc1f5918.zip | |
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 a8035731d..2b6b19883 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 |