This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 3dd860606be9927da47b17b24359b8b943a8359b Author: zhangdong <[email protected]> AuthorDate: Wed Feb 28 17:59:01 2024 +0800 [enhance](git)Ignore `fe/gen` (#31512) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c4d51db53db..79d99ef6d14 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,7 @@ samples/doris-demo/remote-udf-cpp-demo/function_server_demo # FE fe/mocked/ +fe/gen/ fe/fe-core/gen/ fe/fe-core/src/main/resources/static/ fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.tokens --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
