forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (33 loc) · 1.17 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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.*
# TeamCity sometimes creates this file during builds.
builds.xml
.buildinfo
# cockroach-data, cockroach{,.race}-{darwin,linux,windows}-*
/cockroach*
/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
# Generated files containing include paths.
zcgo_flags*.go