https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104181
--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #6) > I think it is only the toplevel directory. > E.g. note also r12-6491-g49ad4d2c30387ec916b16ddc1e235bcb5e53b3b2 > which had toplevel empty Makefile.am added, had Makefile.am mentioned in the > ChangeLog entry but really meant libgfortran/ one (and the text from it went > to libgfortran/ one only). > The toplevel ChangeLog has: > 2022-01-11 Thomas Koenig <tkoe...@gcc.gnu.org> > > * Makefile.am: New file. > > ... > > 2022-01-07 liuhongt <hongtao....@intel.com> > > * build.log: New file. > > for these two. All right, so I'll add forbidden files: './Makefile.{in,am}' and 'build.log', ok?