This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch iotdb-1620 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 852705d91ca544169fd055b585fbda9bf53adb0b Author: Steve Yurong Su <[email protected]> AuthorDate: Wed Oct 27 11:05:00 2021 +0800 add items into .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 757a55b..491b7cc 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,7 @@ node3/ # Exclude copied license /client-py/LICENSE + +# ANTLR +antlr/gen/ +antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/gen/
