-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (68 loc) · 1.3 KB
/
.gitignore
File metadata and controls
78 lines (68 loc) · 1.3 KB
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
debug
build
release
.externals
.internals
*.swp
compile_commands.json
.cache
sim
*.pyc
CLAUDE.md
# TODO: rules need to be removed later
source/util/src/version.c
# these rules exist because those files would be generated when building
# by some old versions of TDengine
# generated by lemon
include/common/ttokenauto.h
source/libs/parser/inc/sql.out
source/libs/parser/src/sql.c
# generated by outbind cmake download process
contrib/cJson/
contrib/cpp-stub/
contrib/curl2/
contrib/deps-download/
contrib/geos/
contrib/googletest/
contrib/lemon/lemon
contrib/libuv/
contrib/lz4/
contrib/lzma2/
contrib/openssl/
contrib/pcre2/
contrib/tz/
contrib/zlib/
contrib/rocksdb
# generated by outbind cmake download process
source/os/src/timezone/localtime.c
source/os/src/timezone/private.h
source/os/src/timezone/strftime.c
source/os/src/timezone/tzdir.h
source/os/src/timezone/tzfile.h
# generated by outbind cmake download process
tools/taosadapter
#
*.DS_Store
*.log
*.vscode
# test file when running test
tests/**/__pycache__/
sim/
test/run/
test/allure-results/
test/screenlog.0
test/output.txt
test/env/ci_default.yaml
tests/lcov-1.16*
# generated by ide
.idea/
cmake-build-debug/
cmake-build-release/
test/allure-results
test/env
test/run
test/screenlog*
test/output.tmp
CMakeUserPresets.json
.agents/
skills-lock.json