rust/.gitignore

32 lines
185 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
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
*.d
*.o
2010-06-24 10:45:28 -05:00
*.aux
*.cp
*.fn
*.ky
*.log
*.pdf
*.html
*.pg
*.toc
*.tp
*.vr
2010-06-16 16:30:45 -05:00
.hg/
.hgignore
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