mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
715 B
30 lines
715 B
# Build directories
|
|
Debug/*
|
|
Release/*
|
|
.vs
|
|
packages/*
|
|
*/Obj
|
|
*/Debug
|
|
*/Release
|
|
*/x64
|
|
*.vcxproj.user
|
|
|
|
# .vcxproj files that are auto-generated by the msvc-autogen.py script.
|
|
libbitcoin_cli/libbitcoin_cli.vcxproj
|
|
libbitcoin_common/libbitcoin_common.vcxproj
|
|
libbitcoin_crypto/libbitcoin_crypto.vcxproj
|
|
libbitcoin_node/libbitcoin_node.vcxproj
|
|
libbitcoin_util/libbitcoin_util.vcxproj
|
|
libbitcoin_wallet_tool/libbitcoin_wallet_tool.vcxproj
|
|
libbitcoin_wallet/libbitcoin_wallet.vcxproj
|
|
libbitcoin_zmq/libbitcoin_zmq.vcxproj
|
|
bench_bitcoin/bench_bitcoin.vcxproj
|
|
libtest_util/libtest_util.vcxproj
|
|
|
|
/bitcoin_config.h
|
|
/common.init.vcxproj
|
|
|
|
*/Win32
|
|
libbitcoin_qt/QtGeneratedFiles/*
|
|
test_bitcoin-qt/QtGeneratedFiles/*
|
|
vcpkg_installed |