new git-ignore docs

This commit is contained in:
Tj Holowaychuk 2010-10-08 08:31:06 -07:00
parent b2713b5e56
commit 9bc2f5900a

View file

@ -167,6 +167,12 @@ of commits included in the commitish:
... added '*.o'
... added '*.log'
Running `git-ignore` without a pattern will display the current patterns:
$ git ignore
build
*.o
*.log
## git-delete-branch <name>
Deletes local and remote branch _name_.