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