diff --git a/.gitignore b/.gitignore index 90f146f11ab..5c9304ddc5e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,10 @@ *.rustc *.cmx *.dll +*.def *.exe +*.a +*.rlib *.so *.dylib *.orig @@ -32,6 +35,9 @@ *.toc *.tp *.vr +*.patch +*.diff +*.rej *.swp *.tmp *.pyc @@ -52,6 +58,7 @@ config.mk /rustllvm/ /test/ /build/ +/mingw-build/ src/.DS_Store /stage0/ /dl/