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

chesnay pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 075273c796d [hotfix][build] Add dependency-reduced-poms to .gitignore
075273c796d is described below

commit 075273c796dea560aa714355ed8f88c4b3bebb52
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue Dec 13 12:02:53 2022 +0100

    [hotfix][build] Add dependency-reduced-poms to .gitignore
    
    Preparation for FLINK-30350 to minimize impact on active branches.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 49b638d213f..76f67b3ae4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ tmp
 *.pyc
 .DS_Store
 build-target
+**/dependency-reduced-pom.xml
 flink-runtime-web/web-dashboard/node/
 flink-runtime-web/web-dashboard/node_modules/
 flink-runtime-web/web-dashboard/web/

Reply via email to