diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:28:56 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:28:56 +0200 |
commit | 64842a97c8617127d53be95532fdd5737ba0d5e6 (patch) | |
tree | 41b4734a1fa44401baf76c87421e9963b3aad4e5 /git | |
parent | d528bb1f46d930e92d33c33d0bdecffd7c97df24 (diff) | |
download | dotfiles-64842a97c8617127d53be95532fdd5737ba0d5e6.tar.xz |
git: Don't show untracked files by default
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,3 +27,5 @@ smtpserver = /usr/bin/msmtp [credential] helper = /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring +[status] + showuntrackedfiles = no |