* [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
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.