Skip to content

Commit a849eaf

Browse files
committed
not ignore files about autogen.sh and configure
1 parent 696f2ff commit a849eaf

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

.gitignore

+21-19
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ src/test/test_bitcoin_fuzzy
1010
src/qt/test/test_bitcoin-qt
1111

1212
# autoreconf
13-
Makefile.in
13+
# Makefile.in
1414
aclocal.m4
1515
autom4te.cache/
1616
build-aux/config.guess
@@ -28,21 +28,21 @@ build-aux/compile
2828
build-aux/test-driver
2929
config.log
3030
config.status
31-
configure
31+
# configure
3232
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
3535
src/config/stamp-h1
3636
share/setup.nsi
3737
share/qt/Info.plist
3838

39-
src/univalue/gen
39+
# src/univalue/gen
4040

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
4444

45-
src/qt/test/moc*.cpp
45+
# src/qt/test/moc*.cpp
4646

4747
.deps
4848
.dirstamp
@@ -58,32 +58,32 @@ src/qt/test/moc*.cpp
5858
*.patch
5959
*.a
6060
*.pb.cc
61-
*.pb.h
61+
# *.pb.h
6262

6363
*.log
6464
*.trs
6565
*.dmg
6666

67-
*.json.h
68-
*.raw.h
67+
# *.json.h
68+
# *.raw.h
6969

7070
#libtool object files
7171
*.lo
7272
*.la
7373

7474
# Compilation and Qt preprocessor part
7575
*.qm
76-
Makefile
76+
# Makefile
7777
bitcoin-qt
7878
Bitcoin-Qt.app
7979

8080
# Unit-tests
81-
Makefile.test
81+
# Makefile.test
8282
bitcoin-qt_test
8383
src/test/buildenv.py
8484

8585
# Resources cpp
86-
qrc_*.cpp
86+
# qrc_*.cpp
8787

8888
# Mac specific
8989
.DS_Store
@@ -113,6 +113,8 @@ contrib/devtools/split-debug.sh
113113

114114

115115

116+
autom4te.cache/*
117+
116118
## -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ##
117119
## Ignore Visual Studio temporary files, build results, and
118120
## files generated by popular Visual Studio add-ons.
@@ -155,15 +157,15 @@ TestResult.xml
155157
# Build Results of an ATL Project
156158
[Dd]ebugPS/
157159
[Rr]eleasePS/
158-
dlldata.c
160+
# dlldata.c
159161

160162
# DNX
161163
project.lock.json
162164
artifacts/
163165

164-
*_i.c
165-
*_p.c
166-
*_i.h
166+
# *_i.c
167+
# *_p.c
168+
# *_i.h
167169
*.ilk
168170
*.meta
169171
*.obj

src/secp256k1/.gitignore

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ gen_context
1313
*.a
1414
!.gitignore
1515

16-
Makefile
17-
configure
16+
# Makefile
17+
# configure
1818
.libs/
19-
Makefile.in
19+
# Makefile.in
2020
aclocal.m4
2121
autom4te.cache/
2222
config.log
@@ -29,9 +29,9 @@ libtool
2929
*.lo
3030
*.o
3131
*~
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
3535
build-aux/config.guess
3636
build-aux/config.sub
3737
build-aux/depcomp

src/univalue/.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.deps/
22
INSTALL
3-
Makefile
4-
Makefile.in
3+
# Makefile
4+
# Makefile.in
55
aclocal.m4
66
autom4te.cache/
77
compile
@@ -14,7 +14,7 @@ depcomp
1414
install-sh
1515
missing
1616
stamp-h1
17-
univalue-config.h*
17+
# univalue-config.h*
1818
test-driver
1919
libtool
2020
ltmain.sh

0 commit comments

Comments
 (0)