rust/.gitignore

43 lines
278 B
Plaintext
Raw Normal View History

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