Skip to content

Commit bebf14f

Browse files
david-allisonlukstbit
authored andcommitted
chore: ignore Kotlin 2 .salive files
This appears to be a 'session-is-alive' file https://github.com/JetBrains/kotlin/blob/ca34e5d2fd255ed0501bae4fae3d3691dc40d375/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt#L458 Example: .kotlin/sessions/kotlin-compiler-9293527262404664068.salive
1 parent 7a48bf2 commit bebf14f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ AnkiDroid/ACRA-INSTALLATION
6363

6464
#ignore the local insufficient memory for the Java Runtime Environment files
6565
hs_err_pid*
66+
67+
# Ignore kotlin 2.0 compiler files (.salive: session-is-alive)
68+
# https://github.com/JetBrains/kotlin/blob/ca34e5d2fd255ed0501bae4fae3d3691dc40d375/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt#L458
69+
/.kotlin

0 commit comments

Comments
 (0)