Commit 6176a6d
authored
When I run `./datafusion/proto-models/regen.sh` from repository root off
main, I'm getting a dirty git state like so:
```sh
datafusion (main)$ ./datafusion/proto-models/regen.sh
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
Running `/Users/jeffrey/.cargo_target_cache/debug/gen`
Copying datafusion/proto-models/src/datafusion.rs to datafusion/proto-models/src/generated/prost.rs
datafusion (main)$ git status
On branch main
Your branch is up to date with 'upstream/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
datafusion/proto-models/proto/proto_descriptor.bin datafusion/proto-models/src/datafusion.rs datafusion/proto-models/src/datafusion.serde.rs datafusion/proto-models/src/datafusion_common.rs
nothing added to commit but untracked files present (use "git add" to track)
```
Copying over the `.gitignore` from `proto` to fix this
https://github.com/apache/datafusion/blob/2282d23d4ff0af91463b63aa99cd793635ecef8e/datafusion/proto/.gitignore#L1-L5
Related PR:
- #21929
1 parent fa271ce commit 6176a6d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments