mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +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
|
# Only ignore unexpected patches
|
||||||
*.patch
|
*.patch
|
||||||
!depends/patches/*.patch
|
!depends/patches/**/*.patch
|
||||||
|
|
||||||
#libtool object files
|
#libtool object files
|
||||||
*.lo
|
*.lo
|
||||||
|
|||||||
Reference in New Issue
Block a user