fi: .gitignore remove *.txt taos-tools filter
This commit is contained in:
parent
fd8177ad94
commit
6123a00509
|
@ -51,7 +51,6 @@ pysim/
|
||||||
tests/script/api/batchprepare
|
tests/script/api/batchprepare
|
||||||
taosadapter
|
taosadapter
|
||||||
taosadapter-debug
|
taosadapter-debug
|
||||||
tools/taos-tools/*
|
|
||||||
tools/taosws-rs/*
|
tools/taosws-rs/*
|
||||||
tools/taosadapter/*
|
tools/taosadapter/*
|
||||||
tools/upx*
|
tools/upx*
|
||||||
|
@ -140,7 +139,6 @@ tags
|
||||||
*CMakeCache*
|
*CMakeCache*
|
||||||
*CMakeFiles*
|
*CMakeFiles*
|
||||||
.history/
|
.history/
|
||||||
*.txt
|
|
||||||
*.tcl
|
*.tcl
|
||||||
*.pc
|
*.pc
|
||||||
contrib/geos
|
contrib/geos
|
||||||
|
|
|
@ -76,9 +76,6 @@ extern "C" {
|
||||||
#define TSDB_DEFAULT_USER "root"
|
#define TSDB_DEFAULT_USER "root"
|
||||||
#define TSDB_DEFAULT_PASS "taosdata"
|
#define TSDB_DEFAULT_PASS "taosdata"
|
||||||
|
|
||||||
#define TSDB_PASS_LEN 129
|
|
||||||
|
|
||||||
|
|
||||||
#define TSDB_TIME_PRECISION_MILLI 0
|
#define TSDB_TIME_PRECISION_MILLI 0
|
||||||
#define TSDB_TIME_PRECISION_MICRO 1
|
#define TSDB_TIME_PRECISION_MICRO 1
|
||||||
#define TSDB_TIME_PRECISION_NANO 2
|
#define TSDB_TIME_PRECISION_NANO 2
|
||||||
|
|
Loading…
Reference in New Issue