From 222e6cc52075cf6f866ce4a2e5900f0d6358f903 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Thu, 18 Jul 2019 17:41:50 -0400 Subject: gitignore: Actually pay attention to depends patches There was a previous attempt to achieve this, and it was bad. This works. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 394c76b51a..5cef80f92f 100644 --- a/.gitignore +++ b/.gitignore @@ -77,7 +77,7 @@ src/qt/bitcoin-qt.includes # Only ignore unexpected patches *.patch -!depends/patches/*.patch +!depends/patches/**/*.patch #libtool object files *.lo -- cgit v1.2.3