Skip to content

Commit 46882fb

Browse files
authored
Unrolled build for rust-lang#138103
Rollup merge of rust-lang#138103 - ehuss:citool-target, r=Kobzol Git ignore citool's target directory Whenever running citool, it leaves behind a target directory. Ignore this like we do for other tools.
2 parents 98a4878 + 662d735 commit 46882fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ no_llvm_build
5353
/target
5454
/library/target
5555
/src/bootstrap/target
56+
/src/ci/citool/target
5657
/src/tools/x/target
5758
# Created by `x vendor`
5859
/vendor

0 commit comments

Comments
 (0)