From 069defab64e2a5d10e87f0d32b71eed443e41c01 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 28 May 2022 14:34:52 +0000 Subject: minor fixes for git.profile (#5165) --- etc/profile-a-l/git.profile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/git.profile b/etc/profile-a-l/git.profile index b0318e4a3..4e71f0d5e 100644 --- a/etc/profile-a-l/git.profile +++ b/etc/profile-a-l/git.profile @@ -12,12 +12,19 @@ noblacklist ${HOME}/.config/nano noblacklist ${HOME}/.emacs noblacklist ${HOME}/.emacs.d noblacklist ${HOME}/.gitconfig +noblacklist ${HOME}/.git-credential-cache noblacklist ${HOME}/.git-credentials noblacklist ${HOME}/.gnupg noblacklist ${HOME}/.nanorc noblacklist ${HOME}/.vim noblacklist ${HOME}/.viminfo +# Allow environment variables (rmenv'ed by disable-common.inc) +ignore rmenv GH_TOKEN +ignore rmenv GITHUB_TOKEN +ignore rmenv GH_ENTERPRISE_TOKEN +ignore rmenv GITHUB_ENTERPRISE_TOKEN + # Allow ssh (blacklisted by disable-common.inc) include allow-ssh.inc -- cgit v1.2.3-54-g00ecf