File tree 3 files changed +30
-28
lines changed
3 files changed +30
-28
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ src/test/test_bitcoin_fuzzy
10
10
src /qt /test /test_bitcoin-qt
11
11
12
12
# autoreconf
13
- Makefile.in
13
+ # Makefile.in
14
14
aclocal.m4
15
15
autom4te.cache /
16
16
build-aux /config.guess
@@ -28,21 +28,21 @@ build-aux/compile
28
28
build-aux /test-driver
29
29
config.log
30
30
config.status
31
- configure
31
+ # configure
32
32
libtool
33
- src /config /bitcoin-config.h
34
- src /config /bitcoin-config.h.in
33
+ # src/config/bitcoin-config.h
34
+ # src/config/bitcoin-config.h.in
35
35
src /config /stamp-h1
36
36
share /setup.nsi
37
37
share /qt /Info.plist
38
38
39
- src /univalue /gen
39
+ # src/univalue/gen
40
40
41
- src /qt /* .moc
42
- src /qt /moc_ * .cpp
43
- src /qt /forms /ui_ * .h
41
+ # src/qt/*.moc
42
+ # src/qt/moc_*.cpp
43
+ # src/qt/forms/ui_*.h
44
44
45
- src /qt /test /moc * .cpp
45
+ # src/qt/test/moc*.cpp
46
46
47
47
.deps
48
48
.dirstamp
@@ -58,32 +58,32 @@ src/qt/test/moc*.cpp
58
58
* .patch
59
59
* .a
60
60
* .pb.cc
61
- * .pb.h
61
+ # *.pb.h
62
62
63
63
* .log
64
64
* .trs
65
65
* .dmg
66
66
67
- * .json.h
68
- * .raw.h
67
+ # *.json.h
68
+ # *.raw.h
69
69
70
70
# libtool object files
71
71
* .lo
72
72
* .la
73
73
74
74
# Compilation and Qt preprocessor part
75
75
* .qm
76
- Makefile
76
+ # Makefile
77
77
bitcoin-qt
78
78
Bitcoin-Qt.app
79
79
80
80
# Unit-tests
81
- Makefile.test
81
+ # Makefile.test
82
82
bitcoin-qt_test
83
83
src /test /buildenv.py
84
84
85
85
# Resources cpp
86
- qrc_ * .cpp
86
+ # qrc_*.cpp
87
87
88
88
# Mac specific
89
89
.DS_Store
@@ -113,6 +113,8 @@ contrib/devtools/split-debug.sh
113
113
114
114
115
115
116
+ autom4te.cache /*
117
+
116
118
# # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ##
117
119
# # Ignore Visual Studio temporary files, build results, and
118
120
# # files generated by popular Visual Studio add-ons.
@@ -155,15 +157,15 @@ TestResult.xml
155
157
# Build Results of an ATL Project
156
158
[Dd ]ebugPS /
157
159
[Rr ]eleasePS /
158
- dlldata.c
160
+ # dlldata.c
159
161
160
162
# DNX
161
163
project.lock.json
162
164
artifacts /
163
165
164
- * _i.c
165
- * _p.c
166
- * _i.h
166
+ # *_i.c
167
+ # *_p.c
168
+ # *_i.h
167
169
* .ilk
168
170
* .meta
169
171
* .obj
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ gen_context
13
13
* .a
14
14
! .gitignore
15
15
16
- Makefile
17
- configure
16
+ # Makefile
17
+ # configure
18
18
.libs /
19
- Makefile.in
19
+ # Makefile.in
20
20
aclocal.m4
21
21
autom4te.cache /
22
22
config.log
@@ -29,9 +29,9 @@ libtool
29
29
* .lo
30
30
* .o
31
31
* ~
32
- src /libsecp256k1-config.h
33
- src /libsecp256k1-config.h.in
34
- src /ecmult_static_context.h
32
+ # src/libsecp256k1-config.h
33
+ # src/libsecp256k1-config.h.in
34
+ # src/ecmult_static_context.h
35
35
build-aux /config.guess
36
36
build-aux /config.sub
37
37
build-aux /depcomp
Original file line number Diff line number Diff line change 1
1
.deps /
2
2
INSTALL
3
- Makefile
4
- Makefile.in
3
+ # Makefile
4
+ # Makefile.in
5
5
aclocal.m4
6
6
autom4te.cache /
7
7
compile
@@ -14,7 +14,7 @@ depcomp
14
14
install-sh
15
15
missing
16
16
stamp-h1
17
- univalue-config.h *
17
+ # univalue-config.h*
18
18
test-driver
19
19
libtool
20
20
ltmain.sh
You can’t perform that action at this time.
0 commit comments