Skip to content

Commit 2d71fe0

Browse files
committed
[gitignore] Add compiler-rt and rust-installer
After a fresh checkout and build, these two directories are left in the repo without being ignored by git. Looks like they are only build artifacts and it's safe to add them to `.gitignore`.
1 parent a7e0d3a commit 2d71fe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ version.ml
102102
version.texi
103103
.cargo
104104
!src/vendor/**
105+
/src/compiler-rt/
106+
/src/rust-installer/
105107
/src/target/

0 commit comments

Comments
 (0)