/.gitignore
gitignore | 81 lines | 81 code | 0 blank | 0 comment | 0 complexity | 4128748d472c9cbc07a494b8a0d0180b MD5 | raw file
1*~ 2\#*\# 3\#* 4.#* 5*.x86 6*.llvm 7*.out 8*.boot 9*.rustc 10*.cmx 11*.dll 12*.def 13*.exe 14*.a 15*.rlib 16*.so 17*.dylib 18*.orig 19*.cmo 20*.cmi 21*.dSYM 22*.d 23*.o 24*.ll 25*.bc 26*.aux 27*.cp 28*.fn 29*.ky 30*.cps 31*.log 32*.pdf 33*.html 34*.pg 35*.toc 36*.tp 37*.vr 38*.patch 39*.diff 40*.rej 41*.swp 42*.tmp 43*.pyc 44*.elc 45.hg/ 46.hgignore 47.cproject 48.project 49.valgrindrc 50lexer.ml 51TAGS 52version.ml 53version.texi 54/Makefile 55config.mk 56/rt/ 57/rustllvm/ 58/test/ 59/build/ 60/inst/ 61/mingw-build/ 62src/.DS_Store 63/stage0/ 64/dl/ 65/stage1/ 66/stage2/ 67/stage3/ 68*.bz2 69/doc/html 70/doc/latex 71/doc/std 72/nd/ 73/llvm/ 74version.md 75rust.tex 76keywords.md 77x86_64-apple-darwin/ 78doc/core/ 79tmp.*.rs 80config.stamp 81.DS_Store