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

@ -17,8 +17,4 @@ function git_remove_missing_files() {
# Adds files to git's exclude file (same as .gitignore) # Adds files to git's exclude file (same as .gitignore)
function local-ignore() { function local-ignore() {
echo "$1" >> .git/info/exclude echo "$1" >> .git/info/exclude
}
function gitignore() {
echo ".DS_Store" >> .gitignore
} }