From 733fbf47139402c2c56552ae1480bae0b77d1242 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 13 Jul 2011 13:51:30 -0700 Subject: [PATCH] More additions to .gitignore. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) 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/