aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-02-10 18:47:26 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-02-10 18:47:26 +0200
commitdcb7af053da8f4ce479db7e776802cea26e84434 (patch)
tree576c5c3d939abe3bc1fd44049313d7c0621e170f /build_msvc
parent79c811ca2b922e19c4e6289bfd57481e587cd024 (diff)
downloadbitcoin-dcb7af053da8f4ce479db7e776802cea26e84434.tar.xz
Ignore only auto-generated .vcxproj files
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore
index 4d4aef7e35..3e71c7b8d3 100644
--- a/build_msvc/.gitignore
+++ b/build_msvc/.gitignore
@@ -8,7 +8,19 @@ packages/*
*/Release
*/x64
*.vcxproj.user
-*.vcxproj
+
+# .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_server/libbitcoin_server.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
+
*/Win32
libbitcoin_qt/QtGeneratedFiles/*
test_bitcoin-qt/QtGeneratedFiles/*