-
Notifications
You must be signed in to change notification settings - Fork 252
/
Copy path.gitignore
70 lines (56 loc) · 762 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
src/*.exe
src/bitcoin
src/bitcoind
src/test_bitcoin
src/.deps/
src/.dirstamp
libtorrent/src/.deps/
libtorrent/src/.dirstamp
libtorrent/src/kademlia/.deps/
libtorrent/src/kademlia/.dirstamp
build-aux/
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.patch
.bitcoin
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/m4/*
#
/config.log
/config.status
/config.report
#
*.lo
# Compilation and Qt preprocessor part
*.qm
Makefile
bitcoin-qt
Bitcoin-Qt.app
# Unit-tests
Makefile.test
bitcoin-qt_test
# Resources cpp
qrc_*.cpp
# Qt creator
*.pro.user
# Mac specific
.DS_Store
build
!src/leveldb-*/Makefile
# Targets
libtool
twister-control
twisterd