Skip to content

Commit 222e6cc

Browse files
committed
gitignore: Actually pay attention to depends patches
There was a previous attempt to achieve this, and it was bad. This works.
1 parent 65f8da0 commit 222e6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ src/qt/bitcoin-qt.includes
7777

7878
# Only ignore unexpected patches
7979
*.patch
80-
!depends/patches/*.patch
80+
!depends/patches/**/*.patch
8181

8282
#libtool object files
8383
*.lo

0 commit comments

Comments
 (0)