diff options
author | Carl Dong <accounts@carldong.me> | 2019-05-07 21:33:54 -0400 |
---|---|---|
committer | Carl Dong <accounts@carldong.me> | 2019-05-07 21:33:54 -0400 |
commit | a3592c91a2d39efe80eb5fe81511da12728d2687 (patch) | |
tree | 815b3f7d25ca550da5232cdfcd6032a43a311bbb /.gitignore | |
parent | b2a6b0216192b6e8428f1a80b47f5178fccb961a (diff) |
.gitignore: Don't ignore depends patches
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
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 |