File tree Expand file tree Collapse file tree 15 files changed +332
-0
lines changed
Expand file tree Collapse file tree 15 files changed +332
-0
lines changed Original file line number Diff line number Diff line change 1+ * .tar.gz
2+
3+ * .exe
4+ * .pdb
5+ src /bitweb
6+ src /bitwebd
7+ src /bitweb-cli
8+ src /bitweb-gui
9+ src /bitweb-node
10+ src /bitweb-tx
11+ src /bitweb-util
12+ src /bitweb-chainstate
13+ src /bitweb-wallet
14+ src /test /fuzz /fuzz
15+ src /test /test_bitweb
16+ src /qt /test /test_bitweb-qt
17+
18+ # autoreconf
19+ Makefile.in
20+ aclocal.m4
21+ autom4te.cache /
22+ build-aux /config.guess
23+ build-aux /config.sub
24+ build-aux /depcomp
25+ build-aux /install-sh
26+ build-aux /ltmain.sh
27+ build-aux /m4 /libtool.m4
28+ build-aux /m4 /lt~obsolete.m4
29+ build-aux /m4 /ltoptions.m4
30+ build-aux /m4 /ltsugar.m4
31+ build-aux /m4 /ltversion.m4
32+ build-aux /missing
33+ build-aux /compile
34+ build-aux /test-driver
35+ config.cache
36+ config.log
37+ config.status
38+ configure
39+ libtool
40+ src /config /bitcoin-config.h
41+ src /config /bitcoin-config.h.in
42+ src /config /stamp-h1
43+ src /obj
44+ share /setup.nsi
45+ share /qt /Info.plist
46+
47+ src /qt /* .moc
48+ src /qt /moc_ * .cpp
49+ src /qt /forms /ui_ * .h
50+
51+ src /qt /test /moc * .cpp
52+
53+ src /qt /bitcoin-qt.config
54+ src /qt /bitcoin-qt.creator
55+ src /qt /bitcoin-qt.creator.user
56+ src /qt /bitcoin-qt.files
57+ src /qt /bitcoin-qt.includes
58+
59+ .deps
60+ .dirstamp
61+ .libs
62+ . * .swp
63+ * ~
64+ * .bak
65+ * .rej
66+ * .orig
67+ * .pyc
68+ * .o
69+ * .o- *
70+ * .a
71+ * .pb.cc
72+ * .pb.h
73+ * .dat
74+
75+ * .log
76+ * .trs
77+ * .dmg
78+
79+ * .json.h
80+ * .raw.h
81+
82+ # Only ignore unexpected patches
83+ * .patch
84+ ! contrib /guix /patches /* .patch
85+ ! depends /patches /** /* .patch
86+
87+ # libtool object files
88+ * .lo
89+ * .la
90+
91+ # Compilation and Qt preprocessor part
92+ * .qm
93+ Makefile
94+ ! depends /Makefile
95+ src /qt /bitcoin-qt
96+ Bitcoin-Qt.app
97+
98+ # Qt Creator
99+ Makefile.am.user
100+
101+ # Unit-tests
102+ Makefile.test
103+ bitcoin-qt_test
104+
105+ # Resources cpp
106+ qrc_ * .cpp
107+
108+ # Mac specific
109+ .DS_Store
110+ build
111+
112+ # Previous releases
113+ releases
114+
115+ # lcov
116+ * .gcno
117+ * .gcda
118+ /* .info
119+ test_bitcoin.coverage /
120+ total.coverage /
121+ fuzz.coverage /
122+ coverage_percent.txt
123+ /cov_tool_wrapper.sh
124+ qa-assets /
125+
126+ # build tests
127+ linux-coverage-build
128+ linux-build
129+ win32-build
130+ test /config.ini
131+ test /cache /*
132+ test /.mypy_cache /
133+
134+ ! src /leveldb * /Makefile
135+
136+ /doc /doxygen /
137+
138+ libbitcoinconsensus.pc
139+ contrib /devtools /split-debug.sh
140+
141+ # Output from running db4 installation
142+ db4 /
143+
144+ # clang-check
145+ * .plist
146+
147+ osx_volname
148+ dist /
149+
150+ /guix-build- *
151+
152+ /ci /scratch /
Original file line number Diff line number Diff line change 1+ # Build directories
2+ Debug /*
3+ Release /*
4+ .vs
5+ packages /*
6+ * /Obj
7+ * /Debug
8+ * /Release
9+ * /x64
10+ * .vcxproj.user
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_node /libbitcoin_node.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+ /bitcoin_config.h
25+ /common.init.vcxproj
26+
27+ * /Win32
28+ libbitcoin_qt /QtGeneratedFiles /*
29+ test_bitcoin-qt /QtGeneratedFiles /*
30+ vcpkg_installed
Original file line number Diff line number Diff line change 1+ seeds_main.txt
2+ asmap-filled.dat
Original file line number Diff line number Diff line change 1+ SDKs /
2+ work /
3+ built /
4+ sources /
5+ config.site
6+ x86_64 *
7+ i686 *
8+ mips *
9+ arm *
10+ aarch64 *
11+ powerpc *
12+ riscv32 *
13+ riscv64 *
14+ s390x *
Original file line number Diff line number Diff line change 1+ Doxyfile
Original file line number Diff line number Diff line change 1+ bench_bitcoin
Original file line number Diff line number Diff line change 1+ # Editors.
2+ * .sw *
3+ .DS_Store
4+ /.vscode
5+
6+ # Build directory.
7+ build /
8+ out /
Original file line number Diff line number Diff line change 1+ # capnp generated files
2+ * .capnp. *
Original file line number Diff line number Diff line change 1+ # Editors.
2+ * .sw *
3+ .vscode
4+ .DS_Store
5+
6+ # Build directory.
7+ build /
8+ out /
Original file line number Diff line number Diff line change 1+ /.gradle
2+ /build
3+ /gradle
4+ /gradlew *
5+ /libs
6+ /src /org /kde
7+ /src /org /qtproject
You can’t perform that action at this time.
0 commit comments