More additions to .gitignore.

This commit is contained in:
Graydon Hoare 2011-07-13 13:51:30 -07:00
parent 49116adbe9
commit 733fbf4713
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

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