aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Dong <[email protected]>2019-05-07 21:33:54 -0400
committerCarl Dong <[email protected]>2019-05-07 21:33:54 -0400
commita3592c91a2d39efe80eb5fe81511da12728d2687 (patch)
tree815b3f7d25ca550da5232cdfcd6032a43a311bbb
parentMerge #15948: refactor: rename chainActive (diff)
downloaddiscoin-a3592c91a2d39efe80eb5fe81511da12728d2687.tar.xz
discoin-a3592c91a2d39efe80eb5fe81511da12728d2687.zip
.gitignore: Don't ignore depends patches
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index be784024a..3ebf00ed5 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