rust/.gitignore

43 lines
278 B
Plaintext
Raw Normal View History

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