diff options
| author | Mike McQuaid | 2015-12-06 22:18:16 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-12-07 13:37:49 +0000 |
| commit | b745546943a05bd2aa6d129e9a44e29771bf115a (patch) | |
| tree | 6943a6c239b3fe0850b1712af382992c4047ff6b /.gitignore | |
| parent | fe8a0569ca1fc419f80196bea22cc1de0ff3b93a (diff) | |
| download | brew-b745546943a05bd2aa6d129e9a44e29771bf115a.tar.bz2 | |
Overhaul, simplify and cleanup documentation.
Remove duplication, link to the API documentation more often,
tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s
and `@adamv`'s significant past contributions to Homebrew, delete some
outdated or unneeded documentation, add some missing `Formula` API.
entries and simplify/improve `CONTRIBUTING.md`.
Closes Homebrew/homebrew#46179.
Closes Homebrew/homebrew#46618.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7ebb029ba..e4ae35e95 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ !/bin /bin/* !/bin/brew +!/share +/share/* +!/share/doc +/share/doc/* !/share/doc/homebrew !/share/man/man1/brew.1 .DS_Store |
