Comment #0 by Alan.W.Irwin1234 — 2019-10-29T19:28:26Z
After a build (indirectly via building phobos), install, test, and clean the following generated files (as revealed by "git status --ignored") still occur in the working directory of the druntime repository:
~~~
Ignored files:
(use "git add -f <file>..." to include in what will be committed)
druntime.json
~~~
Comment #1 by Alan.W.Irwin1234 — 2019-10-29T19:29:53Z
(In reply to Alan.W.Irwin1234 from comment #0)
> After a build (indirectly via building phobos), install, test, and clean the
> following generated files (as revealed by "git status --ignored") still
> occur in the working directory of the druntime repository:
>
> ~~~
> Ignored files:
> (use "git add -f <file>..." to include in what will be committed)
>
> druntime.json
> ~~~
Actually, that should read test (of phobos).
Comment #2 by robert.schadek — 2024-12-07T13:39:45Z