Permalink
Newer
Older
100644 28 lines (24 sloc) 810 Bytes
Jul 21, 2016
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
#
May 17, 2017
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:
Jul 21, 2016
9
#
May 17, 2017
10
# https://github.com/github/gitignore/tree/master/Global
16
# cockroach-data, cockroach{,.race}-{darwin,linux,windows}-*
17
/cockroach*
Jul 21, 2016
18
/certs
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
27
build/Railroad.jar