Permalink
cockroach/.gitignore
Newer
100644
28 lines (24 sloc)
810 Bytes
1
# Editor or environment-specific entries should not be committed to the
2
# repository but can be kept in git's global configuration:
3
#
4
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
5
#
6
# For advice on what entries to include in your global gitignore, please see
7
# GitHub's gitignore repository, which contains an excellent set of entries for
8
# many different editing tools:
16
# cockroach-data, cockroach{,.race}-{darwin,linux,windows}-*
17
/cockroach*
19
# make stress, acceptance produce stress.test, acceptance.test
21
22
# Custom or private env vars (e.g. internal keys, access tokens, etc).
23
customenv.mk
24
25
# Generated files containing include paths.
26
zcgo_flags*.go