From c7928e2a14617a3664dc1f885d0cc24a7c8721a9 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Thu, 7 Dec 2023 16:06:03 +0100 Subject: [PATCH 1/2] Update .gitignore paths These files are generated in the project root when we use `testCompilation` and have a pickling failure. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e61b324f617f..21fa2df71167 100644 --- a/.gitignore +++ b/.gitignore @@ -63,8 +63,8 @@ testlogs/ local/ compiler/test/debug/Gen.jar -compiler/before-pickling.txt -compiler/after-pickling.txt +before-pickling.txt +after-pickling.txt bench/compile.txt community-build/scala3-bootstrapped.version From 545f5975eeacdc594a19ddabf13152872e3e4001 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Fri, 8 Dec 2023 09:36:44 +0100 Subject: [PATCH 2/2] Add sbt-launch.jar to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 21fa2df71167..3d44cdefb941 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ metals.sbt # scala-cli .scala-build +sbt-launch.jar # Partest dotty.jar