rust/.gitignore

43 lines
278 B
Plaintext
Raw Normal View History

2010-06-16 16:30:45 -05:00
*~
2010-06-23 23:03:09 -05:00
*.x86
*.llvm
2010-06-16 16:30:45 -05:00
*.out
*.x86.tmp
*.llvm.tmp
2010-06-24 10:45:28 -05:00
*.cmx
*.dll
2010-06-16 16:30:45 -05:00
*.exe
2010-06-24 18:19:45 -05:00
*.so
*.dylib
2010-06-16 16:30:45 -05:00
*.orig
*.cmo
*.cmi
*.dSYM
2010-06-16 16:30:45 -05:00
*.d
*.o
*.ll
*.bc
2010-06-24 10:45:28 -05:00
*.aux
*.cp
*.fn
*.ky
2010-07-04 01:56:50 -05:00
*.cps
2010-06-24 10:45:28 -05:00
*.log
*.pdf
*.html
*.pg
*.toc
*.tp
*.vr
2010-07-09 02:23:12 -05:00
*.swp
2010-06-16 16:30:45 -05:00
.hg/
.hgignore
.cproject
.project
2010-06-24 10:45:28 -05:00
lexer.ml
2010-06-24 18:19:45 -05:00
rustboot
rustc
2010-06-24 18:51:48 -05:00
TAGS
2010-07-04 01:56:50 -05:00
version.ml
version.texi