From 2d71fe0c51a93387ee3ededb898f0aad6e6721d9 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Fri, 11 Aug 2017 17:37:01 -0700 Subject: [PATCH] [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`. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b54bab177d0ae..0e78ef1551633 100644 --- a/.gitignore +++ b/.gitignore @@ -102,4 +102,6 @@ version.ml version.texi .cargo !src/vendor/** +/src/compiler-rt/ +/src/rust-installer/ /src/target/