.gitignore 2.0 KB
Newer Older
H
hzcheng 已提交
1
build/
L
Liu Jicong 已提交
2 3
compile_commands.json
.cache
L
Liu Jicong 已提交
4
.ycm_extra_conf.py
L
Liu Jicong 已提交
5 6
.tasks
.vimspector.json
H
hzcheng 已提交
7
.vscode/
H
more  
Hongze Cheng 已提交
8
.vscode
H
hzcheng 已提交
9 10
.idea/
cmake-build-debug/
11
cmake-build-release/
H
hzcheng 已提交
12 13 14 15 16 17
cscope.out
.DS_Store
debug/
release/
target/
debs/
18
deps/
H
hzcheng 已提交
19
rpms/
S
slguan 已提交
20
mac/
H
hzcheng 已提交
21
*.pyc
22
.mypy_cache
H
hzcheng 已提交
23
*.tmp
24
*.swp
H
Haojun Liao 已提交
25
*.swo
L
Liu Jicong 已提交
26
*.orig
27 28
src/connector/nodejs/node_modules/
src/connector/nodejs/out/
S
slguan 已提交
29 30 31 32 33
tests/taoshebei/
tests/taoscsv/
tests/taosdalipu/
tests/jenkins/
tests/hdfs/
34
*.iml
S
slguan 已提交
35 36 37 38 39 40 41 42
*.class
nmake/
sln/
hdfs/
taoshebei/
taosdalipu/
Target/
*.failed
S
slguan 已提交
43
*.sql
H
Hongze Cheng 已提交
44
sim
S
slguan 已提交
45
sim/
S
Shengliang Guan 已提交
46 47 48
psim/
pysim/
*.out
U
Ubuntu 已提交
49
*DS_Store
X
Xiaoyu Wang 已提交
50
tests/script/api/batchprepare
sangshuduo's avatar
sangshuduo 已提交
51 52
taosadapter
taosadapter-debug
53 54 55 56
tools/taos-tools/*
tools/taosws-rs/*
tools/taosadapter/*
tools/upx*
S
slguan 已提交
57

S
Steven Li 已提交
58 59
# Doxygen Generated files
html/
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
/.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
83 84
/src/.vs
*.o
S
Shengliang Guan 已提交
85 86
version.c
taos.rc
J
jtcheng 已提交
87 88
src/connector/jdbc/.classpath
src/connector/jdbc/.project
P
Ping Xiao 已提交
89 90 91 92 93 94 95 96 97 98 99
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/
X
Xiaoyu Wang 已提交
100
source/libs/parser/inc/sql.*
X
Xiaoyu Wang 已提交
101
tests/script/tmqResult.txt
X
bugfix  
Xiaoyu Wang 已提交
102
tests/tmqResult.txt
103 104 105 106 107 108 109 110 111 112 113 114

# Emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
TAGS
H
refact  
Hongze Cheng 已提交
115

H
Hongze Cheng 已提交
116 117
contrib/*
!contrib/CMakeLists.txt
118
!contrib/test
X
Xiaoyu Wang 已提交
119
sql
120
debug*/
C
cpwu 已提交
121 122 123 124 125 126 127 128 129
.env
tools/README
tools/LICENSE
tools/README.1ST
tools/THANKS
tools/NEWS
tools/COPYING
tools/BUGS
tools/taos-tools