Hi Samuel, This seems like a good idea to me.
On 07/08/2014 02:35 AM, Samuel Bronson wrote: > Ping? If nobody has anything else to say, I'm going to assume that such > a change is unobjectionable, and should not be listed in the ChangeLog. When in doubt, look for precedence. grep will show changes to other .git* files were listed in ChangeLog: $ grep "\.git" ChangeLog* gdb/ChangeLog* ChangeLog: * .gitignore: Import from gdb repository. ChangeLog: * .gitignore: New file. gdb/ChangeLog-2011: * .gitignore: New file. gdb/ChangeLog-2012: * .gitignore: Add go-exp.c. gdb/ChangeLog-2012: * .gitignore: Ignore more files. gdb/ChangeLog-2012: * .gitignore (/gdbtui): Remove. gdb/ChangeLog-2013: * .gitignore: Add /gcore. Likewise 'git log .gitignore gdb/.gitignore'. -- Pedro Alves