diff options
author | Tom Prince <tom.prince@ualberta.net> | 2005-09-27 01:06:05 -0600 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-28 16:38:50 -0700 |
commit | 49c188fa8ff599cb6863eb5d86bfdbe22f2b8496 (patch) | |
tree | 16a288d0bec05e988714e6a1e1116d9c2a96cf23 | |
parent | 60fa056052b8233c22098a711ab780679d0c5b7e (diff) | |
download | git-49c188fa8ff599cb6863eb5d86bfdbe22f2b8496.tar.gz git-49c188fa8ff599cb6863eb5d86bfdbe22f2b8496.tar.xz |
[PATCH] Add new programs to .gitignore.
Signed-off-by: Tom Prince <tom.prince@ualberta.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 145690f62..c3eb9543f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ git-diff-stages git-diff-tree git-fetch git-fetch-pack +git-fmt-merge-msg git-format-patch git-fsck-objects git-get-tar-commit-id @@ -86,6 +87,7 @@ git-tar-tree git-unpack-file git-unpack-objects git-update-index +git-update-ref git-update-server-info git-upload-pack git-var |