-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (34 loc) · 710 Bytes
/
.gitignore
File metadata and controls
35 lines (34 loc) · 710 Bytes
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
vendor
.byebug_history
examples/*.fluxc
examples/**/_*
examples/**/interpreter_test
examples/**/debug_test*
log.txt
zig/all-tests.zig
zig/transpile-test.zig
zig/zig-out
zig/.zig-cache
zig/.clear-cache
zig/.clear-transpile-cache
zig/fiber-stack-check/pass/build
zig/*.bc
zig/*.o
zig/data
transpile-tests/ffi-integration/.zig-cache
transpile-tests/module-integration/.zig-cache
benchmarks/**/bench
benchmarks/**/bench_c
benchmarks/**/bench_clear
benchmarks/**/bench_go
benchmarks/**/bench_rust
benchmarks/**/server_clear
benchmarks/**/Cargo.loc
benchmarks/**/client_go
benchmarks/**/server_go
benchmarks/**/server
benchmarks/10_concurrent_search/data/
PLAN.md
**/*.profile/
**/.zig-cache/
**/*.clear-build.json