rust/.gitignore
2011-03-25 08:43:05 -07:00

52 lines
342 B
Plaintext

*~
\#*\#
\#*
.#*
*.x86
*.llvm
*.out
*.boot
*.rustc
*.cmx
*.dll
*.exe
*.so
*.dylib
*.orig
*.cmo
*.cmi
*.dSYM
*.d
*.o
*.ll
*.bc
*.aux
*.cp
*.fn
*.ky
*.cps
*.log
*.pdf
*.html
*.pg
*.toc
*.tp
*.vr
*.swp
*.tmp
.hg/
.hgignore
.cproject
.project
.valgrindrc
lexer.ml
rustboot
rustc
TAGS
version.ml
version.texi
Makefile
config.mk
rt/
rustllvm/
test/