From 53a677feff97bf3b1cbe9963d30164ee6cf97204 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 7 Apr 2019 13:39:56 +0200 Subject: Fix git in some IDE's --- etc/atom.profile | 1 + etc/brackets.profile | 2 ++ etc/geany.profile | 1 + etc/gnome-builder.profile | 1 + 4 files changed, 5 insertions(+) diff --git a/etc/atom.profile b/etc/atom.profile index 995c5598d..1c0afb277 100644 --- a/etc/atom.profile +++ b/etc/atom.profile @@ -10,6 +10,7 @@ noblacklist ${HOME}/.atom noblacklist ${HOME}/.config/Atom noblacklist ${HOME}/.cargo/config noblacklist ${HOME}/.cargo/registry +noblacklist ${HOME}/.gitconfig include disable-common.inc include disable-passwdmgr.inc diff --git a/etc/brackets.profile b/etc/brackets.profile index cead6ec24..46870e1ad 100644 --- a/etc/brackets.profile +++ b/etc/brackets.profile @@ -9,8 +9,10 @@ noblacklist ${HOME}/.config/Brackets #noblacklist /opt/brackets/ #noblacklist /opt/google/ # Uncomment the the next two lines if you are developing rust. +# or put it in your brackets.local #noblacklist ${HOME}/.cargo/config #noblacklist ${HOME}/.cargo/registry +noblacklist ${HOME}/.gitconfig include disable-common.inc include disable-passwdmgr.inc diff --git a/etc/geany.profile b/etc/geany.profile index a21e19329..7f96449c9 100644 --- a/etc/geany.profile +++ b/etc/geany.profile @@ -8,6 +8,7 @@ include globals.local noblacklist ${HOME}/.config/geany noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.gitconfig include disable-common.inc include disable-passwdmgr.inc diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile index 05ebea80c..d5e3cd435 100644 --- a/etc/gnome-builder.profile +++ b/etc/gnome-builder.profile @@ -9,6 +9,7 @@ include globals.local noblacklist ${HOME}/.cargo/config noblacklist ${HOME}/.cargo/registry noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.gitconfig include disable-common.inc include disable-passwdmgr.inc -- cgit v1.2.3-70-g09d2