gitignore: Actually pay attention to depends patches
There was a previous attempt to achieve this, and it was bad. This works.
This commit is contained in:
parent
65f8da08df
commit
222e6cc520
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
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…
Reference in a new issue