From aafbdcc115d0254010dc63897db8bd7a0c9c5d8e Mon Sep 17 00:00:00 2001 From: Hunter Morris Date: Tue, 8 Sep 2009 16:26:12 +0100 Subject: [PATCH] Added 'man' to be ignored Signed-off-by: Max Howell Homebrew doesn't install to man, but if it's already there, we should indeed ignore it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d87ce5db54..72e130e3e8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ /sbin /share /etc +/man !/Library/ !/bin/brew