This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 992b37515e2 Add the .gradletasknamecache file to .gitignore (#850)
992b37515e2 is described below
commit 992b37515e22554f692fb6a265a194ede4ea8e5e
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Sep 14 22:27:56 2022 +0200
Add the .gradletasknamecache file to .gitignore (#850)
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 2130f3a59e9..419ffff531c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,4 +40,5 @@ __pycache__
lucene/
# Ignore gradle wrapper
-gradle/wrapper/gradle-wrapper.jar
\ No newline at end of file
+gradle/wrapper/gradle-wrapper.jar
+.gradletasknamecache
\ No newline at end of file