Skip to content

Commit d71ac76

Browse files
committed
build: Remove Autotools-based build system
1 parent e268b48 commit d71ac76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3
-7970
lines changed

.gitignore

+2-135
Original file line numberDiff line numberDiff line change
@@ -3,154 +3,21 @@
33
!/build-aux
44
!/build_msvc
55

6-
*.tar.gz
7-
8-
*.exe
9-
*.pdb
10-
src/bitcoin
11-
src/bitcoind
12-
src/bitcoin-cli
13-
src/bitcoin-gui
14-
src/bitcoin-node
15-
src/bitcoin-tx
16-
src/bitcoin-util
17-
src/bitcoin-chainstate
18-
src/bitcoin-wallet
19-
src/test/fuzz/fuzz
20-
src/test/test_bitcoin
21-
src/qt/test/test_bitcoin-qt
22-
23-
# autoreconf
24-
Makefile.in
25-
aclocal.m4
26-
autom4te.cache/
27-
build-aux/config.guess
28-
build-aux/config.sub
29-
build-aux/depcomp
30-
build-aux/install-sh
31-
build-aux/ltmain.sh
32-
build-aux/m4/libtool.m4
33-
build-aux/m4/lt~obsolete.m4
34-
build-aux/m4/ltoptions.m4
35-
build-aux/m4/ltsugar.m4
36-
build-aux/m4/ltversion.m4
37-
build-aux/missing
38-
build-aux/compile
39-
build-aux/test-driver
40-
config.cache
41-
config.log
42-
config.status
43-
configure
44-
libtool
45-
src/config/bitcoin-config.h
46-
src/config/bitcoin-config.h.in
47-
src/config/stamp-h1
48-
src/obj
49-
share/setup.nsi
50-
share/qt/Info.plist
51-
52-
src/qt/*.moc
53-
src/qt/moc_*.cpp
54-
src/qt/forms/ui_*.h
55-
56-
src/qt/test/moc*.cpp
57-
58-
src/qt/bitcoin-qt.config
59-
src/qt/bitcoin-qt.creator
60-
src/qt/bitcoin-qt.creator.user
61-
src/qt/bitcoin-qt.files
62-
src/qt/bitcoin-qt.includes
63-
64-
.deps
65-
.dirstamp
66-
.libs
67-
.*.swp
68-
*~
69-
*.bak
70-
*.rej
71-
*.orig
726
*.pyc
73-
*.o
74-
*.o-*
75-
*.a
76-
*.pb.cc
77-
*.pb.h
78-
*.dat
79-
80-
*.log
81-
*.trs
82-
*.zip
83-
84-
*.json.h
85-
*.raw.h
867

878
# Only ignore unexpected patches
889
*.patch
8910
!contrib/guix/patches/*.patch
9011
!depends/patches/**/*.patch
9112

92-
#libtool object files
93-
*.lo
94-
*.la
95-
96-
# Compilation and Qt preprocessor part
97-
*.qm
98-
Makefile
99-
!depends/Makefile
100-
src/qt/bitcoin-qt
101-
Bitcoin-Qt.app
102-
103-
# Qt Creator
104-
Makefile.am.user
105-
106-
# Unit-tests
107-
Makefile.test
108-
bitcoin-qt_test
109-
110-
# Resources cpp
111-
qrc_*.cpp
112-
113-
# Mac specific
114-
.DS_Store
115-
build
13+
/CMakeUserPresets.json
11614

11715
# Previous releases
118-
releases
119-
120-
#lcov
121-
*.gcno
122-
*.gcda
123-
/*.info
124-
test_bitcoin.coverage/
125-
total.coverage/
126-
fuzz.coverage/
127-
coverage_percent.txt
128-
/cov_tool_wrapper.sh
129-
qa-assets/
16+
/releases
13017

13118
#build tests
132-
linux-coverage-build
133-
linux-build
134-
win32-build
135-
test/config.ini
136-
test/cache/*
137-
test/.mypy_cache/
13819
test/lint/test_runner/target/
13920

140-
!src/leveldb*/Makefile
141-
142-
/doc/doxygen/
143-
144-
contrib/devtools/split-debug.sh
145-
146-
# Output from running db4 installation
147-
db4/
148-
149-
# clang-check
150-
*.plist
151-
152-
dist/
153-
15421
/guix-build-*
15522

15623
/ci/scratch/

0 commit comments

Comments
 (0)