Skip to content

Commit

Permalink
Update .gitignore paths (#19222)
Browse files Browse the repository at this point in the history
These files are generated in the project root when we use
`testCompilation` and have a pickling failure.

[skip ci]
  • Loading branch information
nicolasstucki authored Dec 11, 2023
2 parents efae7bb + 545f597 commit feed938
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ metals.sbt

# scala-cli
.scala-build
sbt-launch.jar

# Partest
dotty.jar
Expand All @@ -63,8 +64,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
Expand Down

0 comments on commit feed938

Please sign in to comment.