aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-05 12:48:21 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-05 12:48:21 +0200
commitd570f26e173391fb63ced03773edbffae22b77af (patch)
tree8f2c38ee54dfcd57b9db998a4e7c2f80e2c1733f /build_msvc
parentb2a8371913a85701759b5a2d59d46e15f28ba68f (diff)
downloadbitcoin-d570f26e173391fb63ced03773edbffae22b77af.tar.xz
Add bitcoin_config.h to build_msvc/.gitignore
bitcoin_config.h is auto-generated by the msvc-autogen.py script.
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore
index f70eea5b04..b0e557bc0c 100644
--- a/build_msvc/.gitignore
+++ b/build_msvc/.gitignore
@@ -21,6 +21,8 @@ libbitcoin_zmq/libbitcoin_zmq.vcxproj
bench_bitcoin/bench_bitcoin.vcxproj
libtest_util/libtest_util.vcxproj
+/bitcoin_config.h
+
*/Win32
libbitcoin_qt/QtGeneratedFiles/*
test_bitcoin-qt/QtGeneratedFiles/*