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
|
# Only ignore unexpected patches
|
||||||
*.patch
|
*.patch
|
||||||
!depends/patches/*.patch
|
!depends/patches/**/*.patch
|
||||||
|
|
||||||
#libtool object files
|
#libtool object files
|
||||||
*.lo
|
*.lo
|
||||||
|
|
Loading…
Reference in a new issue