Skip to content

Commit dcb7af0

Browse files
committed
Ignore only auto-generated .vcxproj files
1 parent 79c811c commit dcb7af0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

build_msvc/.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@ packages/*
88
*/Release
99
*/x64
1010
*.vcxproj.user
11-
*.vcxproj
11+
12+
# .vcxproj files that are auto-generated by the msvc-autogen.py script.
13+
libbitcoin_cli/libbitcoin_cli.vcxproj
14+
libbitcoin_common/libbitcoin_common.vcxproj
15+
libbitcoin_crypto/libbitcoin_crypto.vcxproj
16+
libbitcoin_server/libbitcoin_server.vcxproj
17+
libbitcoin_util/libbitcoin_util.vcxproj
18+
libbitcoin_wallet_tool/libbitcoin_wallet_tool.vcxproj
19+
libbitcoin_wallet/libbitcoin_wallet.vcxproj
20+
libbitcoin_zmq/libbitcoin_zmq.vcxproj
21+
bench_bitcoin/bench_bitcoin.vcxproj
22+
libtest_util/libtest_util.vcxproj
23+
1224
*/Win32
1325
libbitcoin_qt/QtGeneratedFiles/*
1426
test_bitcoin-qt/QtGeneratedFiles/*

0 commit comments

Comments
 (0)