* [PATCH] ignore (FLAT) gdb files
@ 2011-06-06 17:15 Mike Frysinger
2011-06-07 4:31 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2011-06-06 17:15 UTC (permalink / raw)
To: linux-mtd
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(-)
diff --git a/.gitignore b/.gitignore
index 2dbf198..849265d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
# Normal rules
#
.*
+*.gdb
*.o
*.a
*.s
--
1.7.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ignore (FLAT) gdb files
2011-06-06 17:15 [PATCH] ignore (FLAT) gdb files Mike Frysinger
@ 2011-06-07 4:31 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2011-06-07 4:31 UTC (permalink / raw)
To: Mike Frysinger; +Cc: linux-mtd
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.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-07 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 17:15 [PATCH] ignore (FLAT) gdb files Mike Frysinger
2011-06-07 4:31 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox