rust/.gitignore
Jeffrey Yasskin 215060b72b Teach the makefile to generate .ll files,
which are helpful in debugging the llvm backend.  Also tell git to ignore
LLVM's intermediate files.
2010-07-22 01:11:34 +08:00

39 lines
238 B
Plaintext

*~
*.x86
*.llvm
*.out
*.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
.hg/
.hgignore
lexer.ml
rustboot
rustc
TAGS
version.ml
version.texi