removed a function that I am working on

pull/5/head
Robert R Evans 2010-10-06 18:26:20 -07:00
parent 7705b525e2
commit 69936c5bb5
1 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,3 @@ function git_remove_missing_files() {
function local-ignore() { function local-ignore() {
echo "$1" >> .git/info/exclude echo "$1" >> .git/info/exclude
} }
function gitignore() {
echo ".DS_Store" >> .gitignore
}