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
*.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/