This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2db642d9d3 ignore antlr generated (#11211)
2db642d9d3 is described below
commit 2db642d9d3b7f05299029d678dec90b493e8312b
Author: Shuo Wang <[email protected]>
AuthorDate: Wed Jul 27 15:07:56 2022 +0800
ignore antlr generated (#11211)
This PR proposes to ignore tracking the following file and dir
auto-generated by ANTLR4:
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.tokens
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/gen/
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index e743211fac..ff50e5b3da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,6 +69,8 @@ samples/doris-demo/remote-udf-cpp-demo/function_server_demo
fe/mocked/
fe/fe-core/gen/
fe/fe-core/src/main/resources/static/
+fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.tokens
+fe/fe-core/src/main/antlr4/org/apache/doris/nereids/gen/
# BE
be/build*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]