Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 592 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 592 Bytes

getignore

A tool for getting .getignore files.

Install

Installing from sources (Mac OS X instructions)

go get github.com/nvictor/getignore/cmd/getignore
go build github.com/nvictor/getignore/cmd/getignore
install getignore /usr/local/bin/

See TODO about brew formulae.

Usage:

getignore python

The above command will get the Python.getignore file and save it to .gitignore in the current folder.

TODO:

  1. Brew formulae
  2. Other platforms?

Misc:

See https://github.com/github/gitignore for more.

Thanks Github!