Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| # Editor or environment-specific entries should not be committed to the | |
| # repository but can be kept in git's global configuration: | |
| # | |
| # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore | |
| # | |
| # To initialize a global gitignore which combines all of Github's per-language | |
| # gitignore templates, run the following: | |
| # | |
| # (cd $(mktemp -d) && | |
| # git clone https://github.com/github/gitignore . && | |
| # git ls-files '*.gitignore' | xargs cat >> ~/.gitignore_global && | |
| # git config --global core.excludesfile ~/.gitignore_global) | |
| artifacts | |
| /bin | |
| /bin.* | |
| .buildinfo | |
| /cockroach | |
| /cockroach-data | |
| /cockroach-darwin* | |
| /certs | |
| # make stress, acceptance produce stress.test, acceptance.test | |
| *.test* | |
| # Various `sed -i~` invocations in our scripts. | |
| *~ | |
| # TODO(benesch): the .bootstrap file has moved into the bin directory; remove | |
| # this entry once it's unlikely developers have branches that straddle this | |
| # change (a few weeks after 4/7/2017). | |
| .bootstrap | |
| # Custom or private env vars (e.g. internal keys, access tokens, etc). | |
| customenv.mk |