From 36a365b9910330c4e9d2ecb072294544a83a14cc Mon Sep 17 00:00:00 2001 From: mxaddict Date: Mon, 19 Feb 2024 14:49:25 +0800 Subject: [PATCH] Fixed the gitignore in build_msvc --- build_msvc/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore index 1b6a8366046a6..133f53f044c71 100644 --- a/build_msvc/.gitignore +++ b/build_msvc/.gitignore @@ -20,11 +20,11 @@ libbitcoin_util/libbitcoin_util.vcxproj libbitcoin_wallet_tool/libbitcoin_wallet_tool.vcxproj libbitcoin_wallet/libbitcoin_wallet.vcxproj libbitcoin_zmq/libbitcoin_zmq.vcxproj -bench_bench_navcoin/bench_bench_navcoin.vcxproj +bench_navcoin/bench_navcoin.vcxproj libtest_util/libtest_util.vcxproj /bitcoin_config.h /common.init.vcxproj */Win32 -vcpkg_installed \ No newline at end of file +vcpkg_installed