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

morningman pushed a commit to branch dev-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit b45a100492d13dc3621354f3208b28b2005fe50d
Author: Shuo Wang <wangshuo...@gmail.com>
AuthorDate: Thu Feb 24 23:16:13 2022 +0800

    [git] Ignore all the .flattened-pom.xml files (#8197)
---
 .gitignore | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6571a6b..5a499bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,7 +37,6 @@ fe/fe-core/src/main/resources/static/
 nohup.out
 
 regression-test/framework/target
-regression-test/framework/.flattened-pom.xml
 regression-test/framework/dependency-reduced-pom.xml
 
 # ignore eclipse project file & idea project file
@@ -66,10 +65,6 @@ ui/package-lock.json
 ui/yarn.lock
 docs/package-lock.json
 fe/fe-common/.classpath
-fe/.flattened-pom.xml
-fe/fe-common/.flattened-pom.xml
-fe/fe-core/.flattened-pom.xml
-fe/spark-dpp/.flattened-pom.xml
 
 rpc_data/
 
@@ -81,3 +76,6 @@ samples/doris-demo/*/target
 be/.devcontainer/
 
 derby.log
+
+# Ignore all the .flattened-pom.xml files
+.flattened-pom.xml

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to