mirror of
https://github.com/git/git.git
synced 2026-04-12 09:50:07 +02:00
Add missing programs to ignore list
Added recently added programs to the default exclude list. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
1e3584053d
commit
6ee9240f63
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user