diff options
author | fanquake <fanquake@gmail.com> | 2021-12-30 11:09:58 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-12-30 11:10:22 +0800 |
commit | 3c40355d633ba0d6a08461a5c31e9149d3d415d0 (patch) | |
tree | 5c6278e1bf22a629215ef4dbd3f8e4702362be81 | |
parent | 7e0cbc8ca4fe87323a5beae59514e55b7d0e4f48 (diff) | |
parent | 1fa2e801906141e41403a0c8026df29ec0787be3 (diff) |
Merge bitcoin/bitcoin#23887: Include patches for Guix
1fa2e801906141e41403a0c8026df29ec0787be3 Include patches for Guix (Rojar Smith)
Pull request description:
Fix .gitignore exclude the patches at 'contrib/guix/patches/'.
ACKs for top commit:
hebasto:
ACK 1fa2e801906141e41403a0c8026df29ec0787be3
Tree-SHA512: 41ca0db2d2ea355341ab5e66516854e6dd91767a9499006c636fff96babf824c7f302c3a6cb9db2374593fcc55b98d06f7c0d5a04f21ebe65fb1239ffdbaad2f
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b76864cc38..76fc450404 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ src/qt/bitcoin-qt.includes # Only ignore unexpected patches *.patch +!contrib/guix/patches/*.patch !depends/patches/**/*.patch #libtool object files |