rust/.gitignore
Alex Crichton e91ffb0710 Link rustllvm statically, and distribute a static snapshot
In order to keep up to date with changes to the libraries that `llvm-config`
spits out, the dependencies to the LLVM are a dynamically generated rust file.
This file is now automatically updated whenever LLVM is updated to get kept
up-to-date.

At the same time, this cleans out some old cruft which isn't necessary in the
makefiles in terms of dependencies.

Closes #10745
Closes #10744
2013-12-06 20:51:17 -08:00

93 lines
771 B
Text

*~
\#*\#
\#*
.#*
*.x86
*.llvm
*.out
*.boot
*.rustc
*.cmx
*.dll
*.def
*.exe
*.a
*.rlib
*.so
*.dylib
*.orig
*.cmo
*.cmi
*.dSYM
*.d
*.o
*.ll
*.bc
*.aux
*.cp
*.fn
*.ky
*.cps
*.log
*.pdf
*.epub
*.html
*.pg
*.toc
*.tp
*.vr
*.patch
*.diff
*.rej
*.swp
*.swo
*.tmp
*.pyc
*.elc
.hg/
.hgignore
.cproject
.project
.valgrindrc
lexer.ml
TAGS
TAGS.emacs
TAGS.vim
version.ml
version.texi
/Makefile
config.mk
/rt/
/rustllvm/
/test/
/build/
/inst/
/mingw-build/
src/.DS_Store
/tmp/
/stage0/
/dl/
/stage1/
/stage2/
/stage3/
*.bz2
/doc/html
/doc/latex
/doc/std
/doc/extra
/nd/
/llvm/
version.md
*.tex
keywords.md
x86_64-apple-darwin/
x86_64-unknown-linux-gnu/
i686-unknown-linux-gnu/
tmp.*.rs
config.stamp
.DS_Store
src/etc/dl
.settings/
build/
i686-pc-mingw32/
src/librustc/lib/llvmdeps.rs