X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=e5ca3e503130f63c8fb35475b0658dd4316a31b5;hb=a8df4b15302ebb452369797439470b135d6736d2;hp=b16fb6341c2e50a2f37f04e563017a588365a4d7;hpb=2af2cda32a251d792bfef58e49a25a866f622766;p=rust.git diff --git a/.gitignore b/.gitignore index b16fb6341c2..e5ca3e50313 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ Session.vim .valgrindrc .cargo # Included because it is part of the test case -!/src/test/run-make/thumb-none-qemu/example/.cargo +!/tests/run-make/thumb-none-qemu/example/.cargo ## Configuration /config.toml @@ -46,6 +46,7 @@ no_llvm_build /dist/ /unicode-downloads /target +/src/bootstrap/target /src/tools/x/target # Created by default with `src/ci/docker/run.sh` /obj/ @@ -73,6 +74,6 @@ package-lock.json package.json ## Rustdoc GUI tests -src/test/rustdoc-gui/src/**.lock +tests/rustdoc-gui/src/**.lock # Before adding new lines, see the comment at the top.