0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 11:32:15 +02:00

chore: ignore Kotlin 2 .salive files

This appears to be a 'session-is-alive' file

ca34e5d2fd/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt (L458)

Example:

.kotlin/sessions/kotlin-compiler-9293527262404664068.salive
This commit is contained in:
David Allison 2024-06-19 14:47:51 +01:00 committed by lukstbit
parent 7a48bf2e38
commit bebf14fece

4
.gitignore vendored
View File

@ -63,3 +63,7 @@ AnkiDroid/ACRA-INSTALLATION
#ignore the local insufficient memory for the Java Runtime Environment files
hs_err_pid*
# Ignore kotlin 2.0 compiler files (.salive: session-is-alive)
# https://github.com/JetBrains/kotlin/blob/ca34e5d2fd255ed0501bae4fae3d3691dc40d375/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt#L458
/.kotlin