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 | |
parent | 603d874587c1b6126c4415d1ca91cfc799fe9043 (diff) | |
download | git-01eea6f355f35098cc5038e94622e30ed31a9267.tar.gz |
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>
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | templates/.gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d190c0ad07..5ad4a2766d 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 diff --git a/templates/.gitignore b/templates/.gitignore index ca680c5b9c..6759ecbf98 100644 --- a/templates/.gitignore +++ b/templates/.gitignore @@ -1 +1,2 @@ blt +boilerplates.made |