fi: .gitignore remove *.txt taos-tools filter

This commit is contained in:
Alex Duan 2025-03-14 13:17:32 +08:00
parent fd8177ad94
commit 6123a00509
2 changed files with 0 additions and 5 deletions

2
.gitignore vendored
View File

@ -51,7 +51,6 @@ pysim/
tests/script/api/batchprepare
taosadapter
taosadapter-debug
tools/taos-tools/*
tools/taosws-rs/*
tools/taosadapter/*
tools/upx*
@ -140,7 +139,6 @@ tags
*CMakeCache*
*CMakeFiles*
.history/
*.txt
*.tcl
*.pc
contrib/geos

View File

@ -76,9 +76,6 @@ extern "C" {
#define TSDB_DEFAULT_USER "root"
#define TSDB_DEFAULT_PASS "taosdata"
#define TSDB_PASS_LEN 129
#define TSDB_TIME_PRECISION_MILLI 0
#define TSDB_TIME_PRECISION_MICRO 1
#define TSDB_TIME_PRECISION_NANO 2