From a3592c91a2d39efe80eb5fe81511da12728d2687 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Tue, 7 May 2019 21:33:54 -0400 Subject: .gitignore: Don't ignore depends patches --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be784024a0..3ebf00ed52 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,6 @@ src/qt/bitcoin-qt.includes *.pyc *.o *.o-* -*.patch *.a *.pb.cc *.pb.h @@ -75,6 +74,10 @@ src/qt/bitcoin-qt.includes *.json.h *.raw.h +# Only ignore unexpected patches +*.patch +!depends/patches/*.patch + #libtool object files *.lo *.la -- cgit v1.2.3