rust/.gitignore

37 lines
228 B
Plaintext
Raw Normal View History

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