[Issue 20334] New: posix.mak clean target does not remove all generated files
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 29 19:24:02 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20334
Issue ID: 20334
Summary: posix.mak clean target does not remove all generated
files
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: Alan.W.Irwin1234 at gmail.com
After a build, install, test, and clean the following generated files (as
revealed by "git status --ignored") still occur in the working directory of the
dmd repository:
~~~
Ignored files:
(use "git add -f <file>..." to include in what will be committed)
test/mixin.o
test/mymod.o
test/runnable-test13504.lst
test/runnable-test18296.lst
test/trace.def
test/trace.log
~~~
--
More information about the Digitalmars-d-bugs
mailing list