Skip to content

Commit 219336a

Browse files
authored
Rollup merge of #63429 - rust-lang:gitignore-readd-tmp, r=Mark-Simulacrum
.gitignore: Readd `/tmp/` Specifically, `/tmp/partitioning-tests/` it is generated by the incremental tests, https://github.com/rust-lang/rust/search?p=2&q=partitioning-tests&unscoped_q=partitioning-tests. These are cleaned up by compiletest but not if you kill testing prematurely (which I just did to test out a rollup, and it is annoying to `rm -rf tmp/`). r? @Mark-Simulacrum cc @RalfJung
2 parents ad8b0a0 + 83b837a commit 219336a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ __pycache__/
2727
/inst/
2828
/llvm/
2929
/mingw-build/
30+
# Created by default with `src/ci/docker/run.sh`:
3031
/obj/
3132
/rustllvm/
3233
/src/libcore/unicode/DerivedCoreProperties.txt
@@ -38,6 +39,8 @@ __pycache__/
3839
/src/libcore/unicode/UnicodeData.txt
3940
/src/libcore/unicode/downloaded
4041
/target/
42+
# Generated by compiletest for incremental:
43+
/tmp/
4144
tags
4245
tags.*
4346
TAGS

0 commit comments

Comments
 (0)