goigor
generates .gitignore
(or .hgignore
if you fancy it) files from the command line.
a bit like joe but written in Go (because pip
has gone crazy once again..).
- easy to install
- even easier to use
- works wherever Go works
- no stupid third-party dependencies
- generates files for Git and Mercurial
go get github.com/mlen108/goigor
cd goigor
go build goigor.go
./goigor go # outputs the Golang file to stdout
./goigor python java fortran
./goigor go > .gitignore
or
./goigor go > .hgignore
./goigor go >> .gitignore
MIT