From 034990e06c83ee1193a30fcdeda9bbb8d843900e Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Wed, 10 Sep 2025 02:29:13 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd12e6e2..59c052f4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,15 @@ *.zip # signed sources -**/*.asc -**/*.sig +*/*.asc +*/*.sig +!*/keys/pgp/*.asc # subfolders, e.g. source or built package trees, vcs */**/ !/.github/** +!*/keys/ +!*/keys/pgp/ # backup files *~ -- 2.51.2