You are not logged in.
I use etckeeper to track updates to /etc as a git repo. Recently, I assume after "pacman -Syu", git status started showing this as modified:
modified: pacman.d/gnupg/trustdb.gpg
Is there any point to tracking updates to these .gpg files in git? Should I just add, say "pacman.d/gnupg/*.gpg" to .gitignore?
Offline