X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=e5ca3e503130f63c8fb35475b0658dd4316a31b5;hb=fabefe3f313f3aec7f2172ced923d1fa9708d0b2;hp=37972532b361429f281f8d52f34ea4d1ca621540;hpb=0265a3e93bf1b89d97cae113ed214954d5c35e22;p=rust.git diff --git a/.gitignore b/.gitignore index 37972532b36..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 @@ -74,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.