dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 3cae7d624951d31cc84eecbe79e74dd84538c8f1
parent 6af1da430a1e1e3057369829197dc57cfaf90f95
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 26 Aug 2024 21:50:11 -0700

gitignore: ignore .gnupg other than config files

Diffstat:
M.gitignore | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -4,6 +4,9 @@ # Ignore GTK 2.0 theme information. .gtk-2.0 +# Ignore gnupg with the exception of checked-in config. +.gnupg/ + # ======================================== # .config # ========================================