git-lfs/.gitignore
Mike McQuaid b45aeef609 bootstrap: setup GOPATH if it isn't already set.
This variable is a bit of a mystery to non-Go developers and it's
unclear how you set it up properly. As a result, if it's not set let's
set everything up how Go likes it. Ignore the `src` directory that
we're creating now.

This will also help keep the Homebrew formula simpler.

Closes #388.
2015-07-03 10:21:52 +01:00

21 lines
175 B
Plaintext

bin/
benchmark/
# only allow man/*.\d.ronn files
man/*
*.test
tmp
test/remote
debian/git-lfs/
debian/*.log
debian/files
debian/*.substvars
obj-*
rpm/BUILD*
rpm/*RPMS
src