Skip to content

nvictor/getignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!