This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Commit 9acb6fe
authored
fix(build2cmake): ignore untracked files when looking for modified files to suffix with
In the current flow, `build2cmake` might generates `CMake` files before
this get called thus generating some changes (i.e. `statuses.is_empty()
== false` if the build folder is in the source tree.
Adding options in order to soften a bit the constraint_dirty (#280)1 parent d509f5f commit 9acb6fe
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments