gitignore: Actually pay attention to depends patches

There was a previous attempt to achieve this, and it was bad. This
works.
pull/764/head
Carl Dong 5 years ago
parent 65f8da08df
commit 222e6cc520
No known key found for this signature in database
GPG Key ID: 0CC52153197991A5

2
.gitignore vendored

@ -77,7 +77,7 @@ src/qt/bitcoin-qt.includes
# Only ignore unexpected patches
*.patch
!depends/patches/*.patch
!depends/patches/**/*.patch
#libtool object files
*.lo

Loading…
Cancel
Save