mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-09 21:47:34 +01: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:
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
|
||||
|
||||
Reference in New Issue
Block a user