[PATCH] Sync .gitignore with binutils-gdb

2020-12-02 Thread Simon Marchi via Gcc-patches
Bring in a few lines that are in binutils-gdb's .gitignore but not gcc's. Note that I don't have push access to gcc, so I would appreciate if somebody could push it for me. ChangeLog: * .gitignore: Sync with binutils-gdb. --- .gitignore | 7 +++ 1 file changed, 7 insertions(+) diff

Re: [PATCH] Sync .gitignore with binutils-gdb

2020-12-02 Thread Jeff Law via Gcc-patches
On 12/2/20 7:44 AM, Simon Marchi via Gcc-patches wrote: > Bring in a few lines that are in binutils-gdb's .gitignore but not > gcc's. > > Note that I don't have push access to gcc, so I would appreciate > if somebody could push it for me. > > ChangeLog: > > * .gitignore: Sync with binutils