From 69936c5bb559276f7f56fafb6e404638afdbb6b1 Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Wed, 6 Oct 2010 18:26:20 -0700 Subject: [PATCH] removed a function that I am working on --- functions/git.functions.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions/git.functions.bash b/functions/git.functions.bash index 9843253..ad21591 100644 --- a/functions/git.functions.bash +++ b/functions/git.functions.bash @@ -17,8 +17,4 @@ function git_remove_missing_files() { # Adds files to git's exclude file (same as .gitignore) function local-ignore() { echo "$1" >> .git/info/exclude -} - -function gitignore() { - echo ".DS_Store" >> .gitignore } \ No newline at end of file -- 2.17.1