From 9bc2f5900a3e77330cf5cb23500a19936a65a0d7 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 8 Oct 2010 08:31:06 -0700 Subject: [PATCH] new git-ignore docs --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 976fbab..252bbf5 100644 --- a/Readme.md +++ b/Readme.md @@ -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_.