www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20334] New: posix.mak clean target does not remove all

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 puremagic.com
          Reporter: Alan.W.Irwin1234 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
~~~

--
Oct 29 2019