Skip to content

Commit feed938

Browse files
Update .gitignore paths (#19222)
These files are generated in the project root when we use `testCompilation` and have a pickling failure. [skip ci]
2 parents efae7bb + 545f597 commit feed938

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ metals.sbt
3737

3838
# scala-cli
3939
.scala-build
40+
sbt-launch.jar
4041

4142
# Partest
4243
dotty.jar
@@ -63,8 +64,8 @@ testlogs/
6364
local/
6465
compiler/test/debug/Gen.jar
6566

66-
compiler/before-pickling.txt
67-
compiler/after-pickling.txt
67+
before-pickling.txt
68+
after-pickling.txt
6869
bench/compile.txt
6970

7071
community-build/scala3-bootstrapped.version

0 commit comments

Comments
 (0)