From 3c6a0844b25732c8f804b3d3e63a30cddefd60fb Mon Sep 17 00:00:00 2001 From: John Hoffmann Date: Mon, 31 Mar 2014 12:47:09 -0400 Subject: [PATCH] Update Readme.md Removed the bit about `git-ignore -t` as this was removed by b7222ed2. --- Readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Readme.md b/Readme.md index a82e584..efc60ed 100644 --- a/Readme.md +++ b/Readme.md @@ -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