Skip to content

Commit bbb7119

Browse files
author
MarcoFalke
committed
Merge #15978: .gitignore: Don't ignore depends patches
a3592c9 .gitignore: Don't ignore depends patches (Carl Dong) Pull request description: Ignoring patches might be useful for those who use `git format-patch` often, but in our depends folder we **_want_** to keep track of our patches. ACKs for commit a3592c: practicalswift: utACK a3592c9 laanwj: utACK a3592c9 jonasschnelli: utACK a3592c9 fanquake: utACK a3592c9 Tree-SHA512: 439479cc2ff05335c3d21551a23b34ef2f8a4d0eb05085d2422c2c8d7d7035f529b83dc4056f18cb96234d6fa74075adaa14f0e5fb4c99e6189a4af9078fd28e
2 parents ef802ef + a3592c9 commit bbb7119

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ src/qt/bitcoin-qt.includes
6262
*.pyc
6363
*.o
6464
*.o-*
65-
*.patch
6665
*.a
6766
*.pb.cc
6867
*.pb.h
@@ -75,6 +74,10 @@ src/qt/bitcoin-qt.includes
7574
*.json.h
7675
*.raw.h
7776

77+
# Only ignore unexpected patches
78+
*.patch
79+
!depends/patches/*.patch
80+
7881
#libtool object files
7982
*.lo
8083
*.la

0 commit comments

Comments
 (0)