From 6017917100c59e444dd7a9f89845106cd8616735 Mon Sep 17 00:00:00 2001 From: ulysses-you Date: Tue, 19 Apr 2022 17:24:23 +0800 Subject: [PATCH] [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 Signed-off-by: ulysses-you --- .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/