.gitignore 413 字节
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
*.pyc
14
.mypy_cache
H
hzcheng 已提交
15
*.tmp
16
*.swp
17 18
src/connector/nodejs/node_modules/
src/connector/nodejs/out/
S
slguan 已提交
19 20 21 22 23 24
tests/test/
tests/taoshebei/
tests/taoscsv/
tests/taosdalipu/
tests/jenkins/
tests/hdfs/
25
*.iml
S
slguan 已提交
26 27 28 29 30 31 32 33 34
*.class
nmake/
sln/
hdfs/
c/
taoshebei/
taosdalipu/
Target/
*.failed
S
slguan 已提交
35 36
*.sql
sim/
U
Ubuntu 已提交
37
*DS_Store
S
slguan 已提交
38

S
Steven Li 已提交
39 40
# Doxygen Generated files
html/