31a8638e5e
A few changes are included here: * The `winapi` and `url` dependencies were dropped. The source code for these projects is pretty weighty, and we're about to vendor them, so let's not commit to that intake just yet. If necessary we can vendor them later but for now it shouldn't be necessary. * The `--frozen` flag is now always passed to Cargo, obviating the need for tidy's `cargo_lock` check. * Tidy was updated to not check the vendor directory Closes #34687
102 lines
930 B
Plaintext
102 lines
930 B
Plaintext
*.a
|
|
*.aux
|
|
*.bc
|
|
*.boot
|
|
*.bz2
|
|
*.cmi
|
|
*.cmo
|
|
*.cmx
|
|
*.cp
|
|
*.cps
|
|
*.d
|
|
*.dSYM
|
|
*.def
|
|
*.diff
|
|
*.dll
|
|
*.dylib
|
|
*.elc
|
|
*.epub
|
|
*.exe
|
|
*.fn
|
|
*.html
|
|
*.kdev4
|
|
*.ky
|
|
*.ll
|
|
*.llvm
|
|
*.log
|
|
*.o
|
|
*.orig
|
|
*.out
|
|
*.patch
|
|
*.pdb
|
|
*.pdf
|
|
*.pg
|
|
*.pot
|
|
*.pyc
|
|
*.rej
|
|
*.rlib
|
|
*.rustc
|
|
*.so
|
|
*.swo
|
|
*.swp
|
|
*.tmp
|
|
*.toc
|
|
*.tp
|
|
*.vr
|
|
*.x86
|
|
*~
|
|
.#*
|
|
.DS_Store
|
|
.cproject
|
|
.hg/
|
|
.hgignore
|
|
.idea
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.project
|
|
.settings/
|
|
.valgrindrc
|
|
.vscode/
|
|
/*-*-*-*/
|
|
/*-*-*/
|
|
/Makefile
|
|
/build
|
|
/config.toml
|
|
/dist/
|
|
/dl/
|
|
/doc
|
|
/inst/
|
|
/llvm/
|
|
/mingw-build/
|
|
/nd/
|
|
/obj/
|
|
/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
|
|
/stage[0-9]+/
|
|
/target
|
|
/test/
|
|
/tmp/
|
|
TAGS
|
|
TAGS.emacs
|
|
TAGS.vi
|
|
\#*
|
|
\#*\#
|
|
config.mk
|
|
config.stamp
|
|
keywords.md
|
|
lexer.ml
|
|
src/etc/dl
|
|
src/librustc_llvm/llvmdeps.rs
|
|
tmp.*.rs
|
|
version.md
|
|
version.ml
|
|
version.texi
|
|
.cargo
|