diff options
author | Tom Prince <tom.prince@ualberta.net> | 2005-10-14 17:13:49 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-14 17:13:49 -0700 |
commit | 01eea6f355f35098cc5038e94622e30ed31a9267 (patch) | |
tree | 7f21a4fd9c4304176d318a295d7799ce12cd3773 /.gitignore | |
parent | 603d874587c1b6126c4415d1ca91cfc799fe9043 (diff) | |
download | git-01eea6f355f35098cc5038e94622e30ed31a9267.tar.gz git-01eea6f355f35098cc5038e94622e30ed31a9267.tar.xz |
Add new programs and stamp file to .gitignore.
Signed-off-by: Tom Prince <tom.prince@ualberta.net>
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 d190c0ad0..5ad4a2766 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ git git-add +git-am git-apply git-applymbox git-applypatch @@ -25,6 +26,7 @@ git-diff-stages git-diff-tree git-fetch git-fetch-pack +git-findtags git-fmt-merge-msg git-format-patch git-fsck-objects @@ -32,6 +34,7 @@ git-get-tar-commit-id git-grep git-hash-object git-http-fetch +git-index-pack git-init-db git-local-fetch git-log |