.gitignore 305 字节
Newer Older
H
hzcheng 已提交
1 2 3 4 5 6 7 8 9 10 11
build/
.vscode/
.idea/
cmake-build-debug/
cscope.out
.DS_Store
debug/
release/
target/
debs/
rpms/
S
slguan 已提交
12
mac/
H
hzcheng 已提交
13 14
*.pyc
*.tmp
15 16
src/connector/nodejs/node_modules/
src/connector/nodejs/out/
S
slguan 已提交
17 18 19 20 21 22 23 24 25
tests/test/
tests/taoshebei/
tests/taoscsv/
tests/taosdalipu/
tests/sim/
tests/script/
tests/pytest/
tests/jenkins/
tests/hdfs/