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

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 1e1700e2d70 Add the .gradletasknamecache file to .gitignore (#850)
1e1700e2d70 is described below

commit 1e1700e2d701be40d2925f1ad093b8ee38d51757
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

Reply via email to