We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c811c commit dcb7af0Copy full SHA for dcb7af0
build_msvc/.gitignore
@@ -8,7 +8,19 @@ packages/*
8
*/Release
9
*/x64
10
*.vcxproj.user
11
-*.vcxproj
+
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
24
*/Win32
25
libbitcoin_qt/QtGeneratedFiles/*
26
test_bitcoin-qt/QtGeneratedFiles/*
0 commit comments