-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
There was a change made in #1584 that changes bindings/rust/target/
to just target/
which then ignores anything under qemu/target
. This isn't a folder that seems to change that often, but it might catch out developers that are working across the whole tree.
Line 55 in 55b2950
target/ |
This can either be fixed by returning the bindings/rust/
to the start of the rule, or by explicitly adding a !/qemu/target/
to the .gitignore
file.
Please let me know if you need any additional information....