Skip to content

Commit 5a7464e

Browse files
committed
Restore .gitignores.
1 parent aee078a commit 5a7464e

File tree

15 files changed

+332
-0
lines changed

15 files changed

+332
-0
lines changed

.gitignore

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
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/

build_msvc/.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

contrib/seeds/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
seeds_main.txt
2+
asmap-filled.dat

depends/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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*

doc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Doxyfile

src/bench/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bench_bitcoin

src/crc32c/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Editors.
2+
*.sw*
3+
.DS_Store
4+
/.vscode
5+
6+
# Build directory.
7+
build/
8+
out/

src/ipc/capnp/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# capnp generated files
2+
*.capnp.*

src/leveldb/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Editors.
2+
*.sw*
3+
.vscode
4+
.DS_Store
5+
6+
# Build directory.
7+
build/
8+
out/

src/qt/android/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/.gradle
2+
/build
3+
/gradle
4+
/gradlew*
5+
/libs
6+
/src/org/kde
7+
/src/org/qtproject

0 commit comments

Comments
 (0)