]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Rollup merge of #107834 - zephaniahong:issue-107547-fix, r=albertlarsan68
[rust.git] / .gitignore
index b16fb6341c2e50a2f37f04e563017a588365a4d7..e5ca3e503130f63c8fb35475b0658dd4316a31b5 100644 (file)
@@ -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.