From d570f26e173391fb63ced03773edbffae22b77af Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 5 Feb 2022 12:48:21 +0200 Subject: [PATCH] Add bitcoin_config.h to build_msvc/.gitignore bitcoin_config.h is auto-generated by the msvc-autogen.py script. --- build_msvc/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore index f70eea5b041..b0e557bc0ca 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/*