Re: [RFC] [gdb] Move ChangeLog files to archive dir
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Maciej W Rozycki <[email protected]> writes: > 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. Is there anybody out there who wants to include these files in greps? If not we ought to git rm them. Personally I only ever end up viewing a ChangeLog by mistake, they aren't really useful IMNSHO. Tom