forked from sorbet/sorbet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (41 loc) · 1.03 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
53
/bazel-*
/.bazelrc.local
/compile_commands.json
/.gdb_history
/tags
# CI puts a checkout here for testing.
/pay-server
.idea/
.vscode/
.vim/
/website/lib/core/metadata.js
/website/lib/core/MetadataBlog.js
/website/translated_docs
/website/build/
/website/yarn.lock
/website/node_modules
/website/i18n/*
# used for fuzzing
/fuzz_corpus
/fuzz_crashers
# We are bulding gems here, so don't commit these things
gems/sorbet/Gemfile.lock
gems/sorbet-static/Gemfile.lock
gems/sorbet-runtime/Gemfile.lock
gems/sorbet-static-and-runtime/Gemfile.lock
*.gem
# To distribute sorbet, we copy the built C++ binary here.
/gems/sorbet-static/libexec/sorbet
# Used by tools/scripts/run_benchmarks.sh
/tmp
# Used by tools/scripts/ll-view.sh
/ll-view.out
compiler/IREmitter/Intrinsics/PayloadIntrinsics.c
compiler/IREmitter/Intrinsics/PayloadIntrinsics.formatted.c
compiler/IREmitter/Intrinsics/WrappedIntrinsics.h
compiler/IREmitter/Intrinsics/WrappedIntrinsics.formatted.h
# clangd caches data in this folder.
/.clangd
# for YARD documentation
.yardoc/
doc/