Skip to content

Commit 6017917

Browse files
committed
[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 383a3d5 [ulysses-you] fix Authored-by: ulysses-you <ulyssesyou18@gmail.com> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
1 parent 4f4960c commit 6017917

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ spark-warehouse/
5959
metastore_db
6060
derby.log
6161
ldap
62-
*/dependency-reduced-pom.xml
63-
*/*/dependency-reduced-pom.xml
62+
**/dependency-reduced-pom.xml
6463
metrics/report.json
6564
metrics/.report.json.crc
6665
/kyuubi-ha/embedded_zookeeper/

0 commit comments

Comments
 (0)