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

ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 601791710 [KYUUBI #2420] Fix outdate .gitignore for 
dependency-reduced-pom.xml
601791710 is described below

commit 6017917100c59e444dd7a9f89845106cd8616735
Author: ulysses-you <[email protected]>
AuthorDate: Tue Apr 19 17:24:23 2022 +0800

    [KYUUBI #2420] Fix outdate .gitignore for dependency-reduced-pom.xml
    
    ### _Why are the changes needed?_
    
    Before this pr the file 
`extensions/spark/kyuubi-extension-spark-3-2/dependency-reduced-pom.xml` will 
be not ignored.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run 
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #2420 from ulysses-you/fix-gitignore.
    
    Closes #2420
    
    383a3d54 [ulysses-you] fix
    
    Authored-by: ulysses-you <[email protected]>
    Signed-off-by: ulysses-you <[email protected]>
---
 .gitignore | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 608364d32..b36d791d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,8 +59,7 @@ spark-warehouse/
 metastore_db
 derby.log
 ldap
-*/dependency-reduced-pom.xml
-*/*/dependency-reduced-pom.xml
+**/dependency-reduced-pom.xml
 metrics/report.json
 metrics/.report.json.crc
 /kyuubi-ha/embedded_zookeeper/

Reply via email to