.gitignore 1.6 KB
Newer Older
H
hzcheng 已提交
1
build/
L
Liu Jicong 已提交
2
.ycm_extra_conf.py
H
hzcheng 已提交
3 4 5
.vscode/
.idea/
cmake-build-debug/
6
cmake-build-release/
H
hzcheng 已提交
7 8 9 10 11 12 13
cscope.out
.DS_Store
debug/
release/
target/
debs/
rpms/
S
slguan 已提交
14
mac/
H
hzcheng 已提交
15
*.pyc
16
.mypy_cache
H
hzcheng 已提交
17
*.tmp
18
*.swp
19 20
src/connector/nodejs/node_modules/
src/connector/nodejs/out/
S
slguan 已提交
21 22 23 24 25 26
tests/test/
tests/taoshebei/
tests/taoscsv/
tests/taosdalipu/
tests/jenkins/
tests/hdfs/
27
*.iml
S
slguan 已提交
28 29 30 31 32 33 34 35
*.class
nmake/
sln/
hdfs/
taoshebei/
taosdalipu/
Target/
*.failed
S
slguan 已提交
36 37
*.sql
sim/
S
Shengliang Guan 已提交
38 39 40
psim/
pysim/
*.out
U
Ubuntu 已提交
41
*DS_Store
S
slguan 已提交
42

S
Steven Li 已提交
43 44
# Doxygen Generated files
html/
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
/.vs
/CMakeFiles/3.10.2
/CMakeCache.txt
/Makefile
/*.cmake
/src/cq/test/CMakeFiles/cqtest.dir/*.cmake
*.cmake
/src/cq/test/CMakeFiles/cqtest.dir/*.make
*.make
link.txt
*.internal
*.includecache
*.marks
Makefile
CMakeError.log
*.log
/CMakeFiles/CMakeRuleHashes.txt
/CMakeFiles/Makefile2
/CMakeFiles/TargetDirectories.txt
/CMakeFiles/cmake.check_cache
/out/isenseconfig/WSL-Clang-Debug
/out/isenseconfig/WSL-GCC-Debug
/test/cfg
68 69
/src/.vs
*.o
S
Shengliang Guan 已提交
70 71
version.c
taos.rc
J
jtcheng 已提交
72 73
src/connector/jdbc/.classpath
src/connector/jdbc/.project
P
Ping Xiao 已提交
74 75 76 77 78 79 80 81 82 83 84
src/connector/jdbc/.settings/
tests/comparisonTest/cassandra/cassandratest/.classpath
tests/comparisonTest/cassandra/cassandratest/.project
tests/comparisonTest/cassandra/cassandratest/.settings/
tests/comparisonTest/opentsdb/opentsdbtest/.classpath
tests/comparisonTest/opentsdb/opentsdbtest/.factorypath
tests/comparisonTest/opentsdb/opentsdbtest/.project
tests/comparisonTest/opentsdb/opentsdbtest/.settings/
tests/examples/JDBC/JDBCDemo/.classpath
tests/examples/JDBC/JDBCDemo/.project
tests/examples/JDBC/JDBCDemo/.settings/
85 86 87 88 89 90 91 92 93 94 95 96

# Emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
TAGS