Merge pull request #29089 from taosdata/fix/internal

fix:add gitignore files
This commit is contained in:
Shengliang Guan 2024-12-10 19:39:13 +08:00 committed by GitHub
commit 1a5f61fbe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -99,6 +99,7 @@ tests/examples/JDBC/JDBCDemo/.classpath
tests/examples/JDBC/JDBCDemo/.project tests/examples/JDBC/JDBCDemo/.project
tests/examples/JDBC/JDBCDemo/.settings/ tests/examples/JDBC/JDBCDemo/.settings/
source/libs/parser/inc/sql.* source/libs/parser/inc/sql.*
source/os/src/timezone/
tests/script/tmqResult.txt tests/script/tmqResult.txt
tests/system-test/case_to_run.txt tests/system-test/case_to_run.txt
tests/develop-test/case_to_run.txt tests/develop-test/case_to_run.txt