Commit 2a2631f MarcoFalke
committed
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ src/qt/bitcoin-qt.includes
90
90
* .qm
91
91
Makefile
92
92
! depends /Makefile
93
- bitcoin-qt
93
+ src / qt / bitcoin-qt
94
94
Bitcoin-Qt.app
95
95
background.tiff *
96
96
Original file line number Diff line number Diff line change @@ -8,7 +8,19 @@ packages/*
8
8
* /Release
9
9
* /x64
10
10
* .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
+
12
24
* /Win32
13
25
libbitcoin_qt /QtGeneratedFiles /*
14
26
test_bitcoin-qt /QtGeneratedFiles /*
You can’t perform that action at this time.
0 commit comments