diff --git a/bin/git-ignore b/bin/git-ignore index 05631e7..7cac42b 100755 --- a/bin/git-ignore +++ b/bin/git-ignore @@ -2,7 +2,7 @@ if [ -z "$@" ] then - !$(git config --get core.editor) $(git rev-parse --show-toplevel)/.git/info/exclude + $(git config --get core.editor) $(git rev-parse --show-toplevel)/.git/info/exclude else ls -d "$@" >> "$(git rev-parse --show-toplevel)/.git/info/exclude" fi