Skip to content

Commit

Permalink
Fix "make clean"
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Nov 25, 2023
1 parent 82e9350 commit 74bf082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clean.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function clean(; distclean=false, _exit=true)
_glob_star(joinpath(ROOT, "docs", "src", "examples"), except=["index.md"])
)
_push!(CLEAN, joinpath(ROOT, "docs", "src", "api", "quantumpropagators.md"))
_push!(CLEAN, joinpath(ROOT, "coverage"))
_push!(CLEAN, joinpath(ROOT, ".coverage"))
_push!(CLEAN, joinpath(ROOT, "docs", "build"))
append!(CLEAN, _glob(ROOT, ".info"))
append!(CLEAN, _glob(joinpath(ROOT, ".coverage"), ".info"))
Expand Down

0 comments on commit 74bf082

Please sign in to comment.