X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=e5ca3e503130f63c8fb35475b0658dd4316a31b5;hb=705a96d39bbd97ac0cc8ae119b0f3c097ab62fc0;hp=b16fb6341c2e50a2f37f04e563017a588365a4d7;hpb=b2a8d9d86c02eb0a248cdeed0ca77da589e05572;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.