forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
26 lines (24 loc) · 827 Bytes
/
.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
# 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
.bootstrap
/cockroach
/cockroach-data
/cockroach-darwin*
/certs
# make stress, acceptance produce stress.test, acceptance.test
*.test*
# Various `sed -i~` invocations in our scripts.
*~
# Custom or private env vars (e.g. internal keys, access tokens, etc).
customenv.mk