From 017fa5b258a53db9936e28a66df6d09273c77955 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 19 Sep 2013 14:45:29 +0200 Subject: [PATCH] one more comment --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 836b74b..a284083 100644 --- a/.bashrc +++ b/.bashrc @@ -188,6 +188,7 @@ alias git_remotes="grep -A 2 \"\[remote\" .git/config|grep -v fetch|sed \"s/\[re # Pretty git log alias git_log="git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" +# ignore all files that are not versioned in a git repository function git_ignore() { if [[ ! -f .gitignore ]] ; then