rust/.gitignore

45 lines
290 B
Plaintext
Raw Normal View History

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