forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (66 loc) · 893 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
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
# IntelliJ project files
**/.idea/*
# visual studio code files
.vscode
.dir-locals.el
.bash_history
.mysql_history
# Rust
target/
# OS related
### MacOS ###
.DS_Store
.AppleDouble
.LSOverride
# profile
flamegraph.*
perf.*
# tests
*.stderr
*.stdout
*.out
*.err
*.error
*.swp
_local_fs/
**/_meta*/
stateless_test_data/
**/_logs*/
_data/
_databend_data/
_databend_meta/
_cache/
_tmp/
tls/certs/
.databend/
checksums.txt
distro/
dist/
test/
tests/longrun/_*.csv
tests/longrun/**/_*.csv
tests/sqllogictests/data/*
# fuzz
hfuzz_target/
hfuzz_workspace/
# for tests in mac
*.stderr-e
*.stdout-e
tests/perfs/*-result.json
docker/build-tool/dev_setup.sh
docker/build-tool/rust-toolchain.toml
# python
venv/
*.pyc
.venv/
__pycache__/
.python-version
*.zip
# tpch data set
benchmark/tpch/data
# clickbench results
benchmark/clickbench/results
# direnv test files
.envrc
# lychee
.lycheecache