rust/.gitignore

95 lines
869 B
Plaintext
Raw Normal View History

*.a
*.aux
*.bc
*.boot
*.bz2
*.cmi
*.cmo
2010-06-24 23:45:28 +08:00
*.cmx
*.cp
*.cps
*.d
*.dSYM
2011-07-14 04:51:30 +08:00
*.def
*.diff
*.dll
2010-06-25 07:19:45 +08:00
*.dylib
*.elc
*.epub
*.exe
2010-06-24 23:45:28 +08:00
*.fn
*.html
2010-06-24 23:45:28 +08:00
*.ky
*.ll
*.llvm
2010-06-24 23:45:28 +08:00
*.log
*.o
*.orig
*.out
*.patch
2010-06-24 23:45:28 +08:00
*.pdf
*.pg
*.pot
*.pyc
2011-07-14 04:51:30 +08:00
*.rej
*.rlib
*.rustc
*.so
2013-05-14 18:38:20 +08:00
*.swo
*.swp
2011-01-31 05:07:42 +08:00
*.tmp
*.toc
*.tp
*.vr
*.x86
*~
.#*
.DS_Store
.cproject
2010-06-17 05:30:45 +08:00
.hg/
.hgignore
.project
.settings/
2011-01-04 05:56:01 +08:00
.valgrindrc
/*-*-*-*/
/*-*-*/
/Makefile
/build
/dist/
/dl/
/doc
2011-12-24 03:43:27 +08:00
/inst/
/llvm/
2011-07-14 04:51:30 +08:00
/mingw-build/
/nd/
/rt/
/rustllvm/
/src/libunicode/DerivedCoreProperties.txt
/src/libunicode/EastAsianWidth.txt
/src/libunicode/HangulSyllableType.txt
/src/libunicode/PropList.txt
/src/libunicode/Scripts.txt
/src/libunicode/UnicodeData.txt
/stage0/
/stage1/
/stage2/
/stage3/
/test/
/tmp/
TAGS
TAGS.emacs
TAGS.vi
\#*
\#*\#
config.mk
2012-03-28 13:25:10 +08:00
config.stamp
keywords.md
lexer.ml
src/.DS_Store
src/etc/dl
2014-07-06 04:24:57 +08:00
src/librustc_llvm/llvmdeps.rs
tmp.*.rs
version.md
version.ml
version.texi