Skip to content

Commit

Permalink
Ignore only auto-generated .vcxproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Feb 10, 2020
1 parent 79c811c commit dcb7af0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build_msvc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit dcb7af0

Please sign in to comment.