diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2005-10-27 12:03:43 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-28 02:15:18 -0700 |
commit | 6d0de319d6249096fe934317e937177d07b1b84f (patch) | |
tree | b40c233618379c67c8a2f03c4968a59ae507e239 /.gitignore | |
parent | a60d2d8f2dbeb7025e04dd65fc2dedd8271c9cc6 (diff) | |
download | git-6d0de319d6249096fe934317e937177d07b1b84f.tar.gz |
Add more generated files to .gitignore
git-name-rev, git-mv and git-shell are recent additions to git.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52cb9e2c08..927c89cbac 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,8 @@ git-merge-recursive git-merge-resolve git-merge-stupid git-mktag +git-name-rev +git-mv git-octopus git-pack-objects git-parse-remote @@ -78,6 +80,7 @@ git-revert git-send-email git-send-pack git-sh-setup +git-shell git-shortlog git-show-branch git-show-index |