mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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…
Add table
Add a link
Reference in a new issue