commit: 45db0dd4522fc8f37c322dcd9a3082ca797cc96f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 27 00:31:17 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 00:31:17 2026 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-authority-key.git/commit/?id=45db0dd4
.gitignore: ignore files created by `make check` Signed-off-by: Sam James <sam <AT> gentoo.org> .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf51d7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gnupghome/ +ldap.txt
