diff options
author | Jeff King <peff@peff.net> | 2008-12-03 22:42:03 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-03 21:29:03 -0800 |
commit | c76b4c81e79f423c3d50f0cfadcf74de3bee8aea (patch) | |
tree | 1eef612629f94baa75dc7f68532bfc0693be1278 /.gitignore | |
parent | submodule: use git rev-parse -q (diff) | |
download | tgif-c76b4c81e79f423c3d50f0cfadcf74de3bee8aea.tar.xz |
add stage to gitignore
This is a generated builtin since 24b1f65f (Install git-stage in
exec-path).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bbaf9de0bc..d9adce585a 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,7 @@ git-show git-show-branch git-show-index git-show-ref +git-stage git-stash git-status git-stripspace |