Merge #15978: .gitignore: Don't ignore depends patches
a3592c91a2
.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: utACKa3592c91a2
laanwj: utACKa3592c91a2
jonasschnelli: utACKa3592c91a2
fanquake: utACKa3592c9
Tree-SHA512: 439479cc2ff05335c3d21551a23b34ef2f8a4d0eb05085d2422c2c8d7d7035f529b83dc4056f18cb96234d6fa74075adaa14f0e5fb4c99e6189a4af9078fd28e
This commit is contained in:
commit
bbb7119ca8
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -62,7 +62,6 @@ src/qt/bitcoin-qt.includes
|
|||
*.pyc
|
||||
*.o
|
||||
*.o-*
|
||||
*.patch
|
||||
*.a
|
||||
*.pb.cc
|
||||
*.pb.h
|
||||
|
@ -75,6 +74,10 @@ src/qt/bitcoin-qt.includes
|
|||
*.json.h
|
||||
*.raw.h
|
||||
|
||||
# Only ignore unexpected patches
|
||||
*.patch
|
||||
!depends/patches/*.patch
|
||||
|
||||
#libtool object files
|
||||
*.lo
|
||||
*.la
|
||||
|
|
Loading…
Reference in a new issue