gibo (short for .gitignore boilerplates in Go) is a command-line tool to help you easily access .gitignore boilerplates from github.com/github/gitignore.
$ gibo dump Swift Xcode >> .gitignoreFor additional usage instructions, run gibo help.
brew install giboOr use the tap, which is slightly more up-to-date:
brew install simonwhitaker/tap/gibogo install github.com/simonwhitaker/gibo@latestClone the repo, then:
cd gibo
go install .Download the latest release for your platform, then put gibo (or gibo.exe) somewhere on your path.
Coming soon
See the instructions at:
gibo completion
The glob .hgignore syntax for Mercurial is compatible with .gitignore syntax. This means that you can use gibo to generate .hgignore files, as long as the .hgignore files use the glob syntax:
echo 'syntax: glob' > .hgignore
gibo dump Python >> .hgignoregibo was written by Simon Whitaker (@s1mn)