aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2019-11-12 14:28:58 +0100
committerJon Atack <jon@atack.com>2020-01-03 14:22:36 +0100
commit77ef48d53263deaf89290c1cbadb6d90e688575d (patch)
treeee8ab01d32c874b0d72b49b02d7fdbcb0ebd8ad5 /.gitignore
parent80fdb6fad132166b10fbeb8615e3c5c591209e0b (diff)
downloadbitcoin-77ef48d53263deaf89290c1cbadb6d90e688575d.tar.xz
gitignore: ignore fuzz binaries, remove test_bitcoin_fuzzy
The fuzzing gitignores haven't been updated since a4153e2 in 2016 that added an initial simple fuzzing framework. This commit: - removes `src/test/test_bitcoin_fuzzy` which is no longer used in favor of `src/test/fuzz` - ignores the src/test/fuzz directory, then un-ignores any files in it with an extension Co-authored-by: Karl-Johan Alm <karljohan-alm@garage.co.jp>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 809e851ff1..6af844c7eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,8 +7,9 @@ src/bitcoind
src/bitcoin-cli
src/bitcoin-tx
src/bitcoin-wallet
+src/test/fuzz
+!src/test/fuzz/*.*
src/test/test_bitcoin
-src/test/test_bitcoin_fuzzy
src/qt/test/test_bitcoin-qt
# autoreconf