mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
de1838148c
This is the build directory our buildbots use, and right now the bots are running `git clean -f -f -d` to remove all untracked files between runs and this is accidentally deleting `obj`, so we're building LLVM a lot. Hopefully this keeps the bots caching `obj` so we can clean it out manually and leave LLVM around.
99 lines
897 B
Plaintext
99 lines
897 B
Plaintext
*.a
|
|
*.aux
|
|
*.bc
|
|
*.boot
|
|
*.bz2
|
|
*.cmi
|
|
*.cmo
|
|
*.cmx
|
|
*.cp
|
|
*.cps
|
|
*.d
|
|
*.dSYM
|
|
*.def
|
|
*.diff
|
|
*.dll
|
|
*.dylib
|
|
*.elc
|
|
*.epub
|
|
*.exe
|
|
*.pdb
|
|
*.fn
|
|
*.html
|
|
*.kdev4
|
|
*.ky
|
|
*.ll
|
|
*.llvm
|
|
*.log
|
|
*.o
|
|
*.orig
|
|
*.out
|
|
*.patch
|
|
*.pdf
|
|
*.pg
|
|
*.pot
|
|
*.pyc
|
|
*.rej
|
|
*.rlib
|
|
*.rustc
|
|
*.so
|
|
*.swo
|
|
*.swp
|
|
*.tmp
|
|
*.toc
|
|
*.tp
|
|
*.vr
|
|
*.x86
|
|
*~
|
|
.#*
|
|
.DS_Store
|
|
.cproject
|
|
.hg/
|
|
.hgignore
|
|
.project
|
|
.settings/
|
|
.valgrindrc
|
|
/*-*-*-*/
|
|
/*-*-*/
|
|
/Makefile
|
|
/build
|
|
/dist/
|
|
/dl/
|
|
/doc
|
|
/inst/
|
|
/llvm/
|
|
/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
|
|
config.stamp
|
|
keywords.md
|
|
lexer.ml
|
|
src/.DS_Store
|
|
src/etc/dl
|
|
src/librustc_llvm/llvmdeps.rs
|
|
tmp.*.rs
|
|
version.md
|
|
version.ml
|
|
version.texi
|
|
/target
|