.gitignore a bunch of artifacts of in-tree builds

This commit is contained in:
Brian Anderson 2011-11-19 13:48:19 -08:00
parent 25b44a8973
commit 134f7b7611
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -52,7 +52,7 @@ rustc
TAGS
version.ml
version.texi
./Makefile
/Makefile
config.mk
/rt/
/rustllvm/
@ -63,6 +63,11 @@ src/.DS_Store
/stage0/
/dl/
/stage1/
/stage2/
/stage3/
*.bz2
/doc/html
/doc/latex
/doc/std
/nd/
/llvm/