forked from facebook/openzl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (81 loc) · 1023 Bytes
/
.gitignore
File metadata and controls
89 lines (81 loc) · 1023 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# build artifacts
/doc/mkdocs/build/
/doc/mkdocs/build-doxyxml/
/obj/
cacheObjs/
cachedObjs/
*.o
*.rsp
*.exe
.deps
gtests
libzstrong.a
saoTest
vrsTest
benchCombiner
/fullbench
/unitBench
stream_dump
stream_dump2
stream_dump2_xldb
nci_test
rolz_bench
json_test
splitBy_test
xldb_compress
zs2_basic
zs2_intgraph
zs2_pipeline
zs2_round_trip
zs2_selector
zs2_struct
zs2_treegraph
zs2_trygraph
zs2_typedgraph
zli
libzl.a
libzl.so
libopenzl.a
libopenzl.so
sddl_compiler
sddl2_arithmetic_test
sddl2_input_test
sddl2_segments_test
sddl2_tagged_segments_test
sddl2_type_size_test
sddl2_vm_test
# dependencies
/deps/*
# Build system temporary objects
build/
build-*/
__pycache__/
.cache/
cmakebuild/
cmake-build/
# VSCode CMake artifacts
.vs
/out/
/compile_commands.json
/CMakeUserPresets.json
# editor artifacts
.watchman-cookie-*
.clangd
# environment
.venv
.DS_Store
*.dSYM/
# corpus download
/_corpus/
# test artifacts
sao
sao.*
vrs_index_*
*.zl
*.zlc
*.zs
*.zs.streams.*
benchresult.bin*
tmp*
# CTest artifacts
Testing/