Re: [RFC] [gdb] Move ChangeLog files to archive dir
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 13 Jul 2026, Tom de Vries wrote: > I've decided to commit this patch. My guess is that complete removal is more > likely to run into objections from other maintainers. FWIW I have done: $ find ... -not -name 'ChangeLog*' ... since forever, even when ChangeLog files were still actively updated (they still are for other toolchain components) and it works for me either way, never had to bother about them. Similarly for .git and other such stuff. Maciej