Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7705b52
)
removed a function that I am working on
author
Robert R Evans
<robert@codewranglers.org>
Thu, 7 Oct 2010 01:26:20 +0000
(18:26 -0700)
committer
Robert R Evans
<robert@codewranglers.org>
Thu, 7 Oct 2010 01:26:20 +0000
(18:26 -0700)
functions/git.functions.bash
patch
|
blob
|
history
diff --git
a/functions/git.functions.bash
b/functions/git.functions.bash
index
9843253
..
ad21591
100644
(file)
--- 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