-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·41 lines (37 loc) · 888 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Backup and temporary files
*~
.*.swp
# Build directories generated by ./contrib/ scripts.
build-cachelib/
build-fbthrift/
build-fizz/
build-fmt/
build-folly/
build-gflags/
build-glog/
build-googletest/
build-sparsemap/
build-wangle/
build-mvfst/
build-zstd/
# Required source-code dependencies, fetched by ./contrib/ scripts.
cachelib/external/fmt/
cachelib/external/gflags/
cachelib/external/glog/
cachelib/external/googletest/
cachelib/external/sparsemap/
cachelib/external/wangle/
cachelib/external/fizz/
cachelib/external/folly/
cachelib/external/fbthrift/
examples/my_cache_1/data/
examples/my_cache_1/build/
examples/my_cache_1/tests/build/
examples/simple_cache/build/
#opt/bin/cachelib/lib that are too big.
opt/cachelib/lib/
opt/cachelib/tests/
opt/cachelib/bin/
opt/cachelib/include/
opt/cachelib/cachebench
opt/cachelib/test_configs/trace_replay/202401/kvcache_traces_*