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 6e05a96e50d Kotlin gitignore
6e05a96e50d is described below

commit 6e05a96e50dc16e2240f49fd76f98679aa76ea4d
Author: Jan Høydahl <[email protected]>
AuthorDate: Sat Nov 1 13:17:39 2025 +0100

    Kotlin gitignore
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4c6c5d3e18e..05199687470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,9 @@ __pycache__
 gradle/wrapper/gradle-wrapper.jar
 .gradletasknamecache
 
+# Kotlin
+.kotlin/
+
 # WANT TO ADD MORE?  You can tell Git without adding to this file:
 # See https://git-scm.com/docs/gitignore
 # In particular, if you have tools you use, add to $GIT_DIR/info/exclude or 
use core.excludesFile

Reply via email to