Commit fb173c8
committed
fix(.gitignore): un-ignore generated/mod.rs
The root `generated/` pattern matched guest-api/src/generated/mod.rs and
host-api/src/generated/mod.rs, but those files are committed stub modules
referenced from each crate's lib.rs. The tracked-yet-gitignored state
broke release-plz's cargo invocations ("the working directory has
uncommitted changes").
Switch to `**/generated/*` + `!**/generated/mod.rs` so the bulk of
prpc-build output stays ignored while committed mod.rs files are
recognized as clean.1 parent 0b60ff7 commit fb173c8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments