diff options
author | Rojar Smith <rojarsmith@gmail.com> | 2021-12-28 23:01:10 +0800 |
---|---|---|
committer | Rojar Smith <rojarsmith@gmail.com> | 2021-12-28 23:02:29 +0800 |
commit | 1fa2e801906141e41403a0c8026df29ec0787be3 (patch) | |
tree | 2c6d81f9d22cca88193003d57ab892de1aef0f48 /.gitignore | |
parent | 587cbca826d7331633a30b5a6cce170e3dbe2612 (diff) |
Include patches for Guix
Diffstat (limited to '.gitignore')
-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 |