diff options
author | Shawn Pearce <spearce@spearce.org> | 2006-02-24 17:51:15 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-24 16:16:39 -0800 |
commit | 6ee9240f63f1756cf23a63aa188cfcdf255a5d55 (patch) | |
tree | 414e95f061e30d3569a983d3665bf9ef1369b18b /.gitignore | |
parent | 1e3584053d56157549c01114f9550d1db7014a3e (diff) | |
download | git-6ee9240f63f1756cf23a63aa188cfcdf255a5d55.tar.gz |
Add missing programs to ignore list
Added recently added programs to the default exclude list.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 94f66d5a1e..5be239a4aa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ GIT-VERSION-FILE git git-add git-am +git-annotate git-apply git-applymbox git-applypatch @@ -22,6 +23,7 @@ git-convert-objects git-count-objects git-cvsexportcommit git-cvsimport +git-cvsserver git-daemon git-diff git-diff-files @@ -53,6 +55,7 @@ git-mailsplit git-merge git-merge-base git-merge-index +git-merge-tree git-merge-octopus git-merge-one-file git-merge-ours @@ -60,6 +63,7 @@ git-merge-recursive git-merge-resolve git-merge-stupid git-mktag +git-mktree git-name-rev git-mv git-pack-redundant |