commit | 69936c5bb559276f7f56fafb6e404638afdbb6b1 | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周三 10月 06 18:26:20 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周三 10月 06 18:26:20 2010 -0700 |
tree | 2282d1679c6cce9ab9c42dd73d30b84741440bb8 | |
parent | 7705b525e211d95d1d40c510475ac9455bfcb342 [diff] |
removed a function that I am working on
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 @@ # 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