diff options
author | Carl Dong <contact@carldong.me> | 2019-07-18 17:41:50 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2019-07-18 17:41:50 -0400 |
commit | 222e6cc52075cf6f866ce4a2e5900f0d6358f903 (patch) | |
tree | 28d66323d4fb1123d5792a08d5f5f254b43022e6 /.gitignore | |
parent | 65f8da08df601ac98bad6f638392343fd564c0b9 (diff) |
gitignore: Actually pay attention to depends patches
There was a previous attempt to achieve this, and it was bad. This
works.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |