rust/.gitignore

99 lines
897 B
Plaintext
Raw Normal View History

*.a
*.aux
*.bc
*.boot
*.bz2
*.cmi
*.cmo
2010-06-24 17:45:28 +02:00
*.cmx
*.cp
*.cps
*.d
*.dSYM
2011-07-13 22:51:30 +02:00
*.def
*.diff
*.dll
2010-06-25 01:19:45 +02:00
*.dylib
*.elc
*.epub
*.exe
2016-02-13 20:23:19 +01:00
*.pdb
2010-06-24 17:45:28 +02:00
*.fn
*.html
*.kdev4
2010-06-24 17:45:28 +02:00
*.ky
*.ll
*.llvm
2010-06-24 17:45:28 +02:00
*.log
*.o
*.orig
*.out
*.patch
2010-06-24 17:45:28 +02:00
*.pdf
*.pg
*.pot
*.pyc
2011-07-13 22:51:30 +02:00
*.rej
*.rlib
*.rustc
*.so
2013-05-14 12:38:20 +02:00
*.swo
*.swp
2011-01-30 22:07:42 +01:00
*.tmp
*.toc
*.tp
*.vr
*.x86
*~
.#*
.DS_Store
.cproject
2010-06-16 23:30:45 +02:00
.hg/
.hgignore
.project
.settings/
2011-01-03 22:56:01 +01:00
.valgrindrc
/*-*-*-*/
/*-*-*/
/Makefile
/build
/dist/
/dl/
/doc
2011-12-23 20:43:27 +01:00
/inst/
/llvm/
2011-07-13 22:51:30 +02: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/
/obj/
TAGS
TAGS.emacs
TAGS.vi
\#*
\#*\#
config.mk
2012-03-28 07:25:10 +02:00
config.stamp
keywords.md
lexer.ml
src/.DS_Store
src/etc/dl
2014-07-05 22:24:57 +02:00
src/librustc_llvm/llvmdeps.rs
tmp.*.rs
version.md
version.ml
version.texi
/target