Update Readme.md

Removed the bit about `git-ignore -t` as this was removed by b7222ed2.
This commit is contained in:
John Hoffmann 2014-03-31 12:47:09 -04:00
parent e91da7c2b4
commit 3c6a0844b2

View file

@ -321,12 +321,6 @@ $ git ignore build "*.o" "*.log"
... added '*.log'
```
Add patterns from an existing template:
```bash
$ git ignore -t rails
```
Without any patterns, `git-ignore` displays currently ignored patterns:
```bash