aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCarl Dong <accounts@carldong.me>2019-05-07 21:33:54 -0400
committerCarl Dong <accounts@carldong.me>2019-05-07 21:33:54 -0400
commita3592c91a2d39efe80eb5fe81511da12728d2687 (patch)
tree815b3f7d25ca550da5232cdfcd6032a43a311bbb /.gitignore
parentb2a6b0216192b6e8428f1a80b47f5178fccb961a (diff)
downloadbitcoin-a3592c91a2d39efe80eb5fe81511da12728d2687.tar.xz
.gitignore: Don't ignore depends patches
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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