You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/09/14 20:28:38 UTC

[solr] branch branch_9x updated: Add the .gradletasknamecache file to .gitignore (#850)

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 <ja...@users.noreply.github.com>
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