This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a8bc973  Ignore files auto generated by IDEA Antlr plugin (#13031)
a8bc973 is described below

commit a8bc973b1bc0c3aa10901bd99d820552e1703634
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Oct 14 14:28:07 2021 +0800

    Ignore files auto generated by IDEA Antlr plugin (#13031)
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e098af7..03a4153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,7 +39,8 @@ logs/
 Thumbs.db
 
 # antlr ignore
-src/main/antlr4/imports/**/gen/
+gen/
+*.tokens
 
 # agent build ignore
 /agent/

Reply via email to