| Submitter | Mike Frysinger |
|---|---|
| Date | June 6, 2011, 5:15 p.m. |
| Message ID | <1307380501-30946-1-git-send-email-vapier@gentoo.org> |
| Download | mbox | patch |
| Permalink | /patch/98960/ |
| State | Accepted, archived |
| Headers | show |
Comments
On Mon, 2011-06-06 at 13:15 -0400, Mike Frysinger wrote: > Linux FLAT toolchains produce .gdb files alongside the normal program > for debugging purposes (so linking to "foo" will also produce "foo.gdb"). > Ignore these too. > > Signed-off-by: Mike Frysinger <vapier@gentoo.org> Pushed this patch to mtd-utils.git, thanks.
Patch
diff --git a/.gitignore b/.gitignore index 2dbf198..849265d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Normal rules # .* +*.gdb *.o *.a *.s
Linux FLAT toolchains produce .gdb files alongside the normal program for debugging purposes (so linking to "foo" will also produce "foo.gdb"). Ignore these too. Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)