forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (44 loc) · 1.22 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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
#
# For advice on what entries to include in your global gitignore, please see
# GitHub's gitignore repository, which contains an excellent set of entries for
# many different editing tools:
#
# https://github.com/github/gitignore/tree/master/Global
artifacts
/bin
/bin.*
/lib
/lib.*
.buildinfo
# cockroach-data, cockroach{,.race}-{darwin,linux,windows}-*
/cockroach*
/certs
# make stress, acceptance produce stress.test, acceptance.test
*.test*
# fuzz tests
work-Fuzz*
*-fuzz.zip
# vendoring by `go mod vendor` may produce this file temporarily
/.vendor.tmp.*
# Custom or private env vars (e.g. internal keys, access tokens, etc).
customenv.mk
# Generated files containing include paths.
zcgo_flags*.go
build/Railroad.jar
# Bazel generated symlinks
/_bazel
# Per-user .bazelrc
/.bazelrc.user
# Local disk buffers for "roachprod logs" command
/*.logs
# Generated code.
*.pb.go
*.pb.gw.go
pkg/roachprod/vm/aws/embedded.go
pkg/security/securitytest/embedded.go
# Temporary directories during gomock generate
**/gomock_reflect_*