diff options
| author | Hunter Morris | 2009-09-08 16:26:12 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-16 15:05:22 +0100 |
| commit | aafbdcc115d0254010dc63897db8bd7a0c9c5d8e (patch) | |
| tree | 638e602420d9941d347a8da8f67316370d871c3a | |
| parent | 8ecb7b06123dbfff556f54fc17758ec2d5aab77a (diff) | |
| download | brew-aafbdcc115d0254010dc63897db8bd7a0c9c5d8e.tar.bz2 | |
Added 'man' to be ignored
Signed-off-by: Max Howell <max@methylblue.com>
Homebrew doesn't install to man, but if it's already there, we should indeed ignore it.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d87ce5db5..72e130e3e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ /sbin /share /etc +/man !/Library/ !/bin/brew |
