github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/.gitignore (about) 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: 9 # 10 # https://github.com/github/gitignore/tree/master/Global 11 12 artifacts 13 /bin 14 /bin.* 15 /lib 16 /lib.* 17 .buildinfo 18 # cockroach-data, cockroach{,.race}-{darwin,linux,windows}-* 19 /cockroach* 20 /certs 21 # make stress, acceptance produce stress.test, acceptance.test 22 *.test* 23 # fuzz tests 24 work-Fuzz* 25 *-fuzz.zip 26 27 # Custom or private env vars (e.g. internal keys, access tokens, etc). 28 customenv.mk 29 30 # Generated files containing include paths. 31 zcgo_flags*.go 32 build/Railroad.jar