[PATCH] ignore (FLAT) gdb files
Mike Frysinger
vapier at gentoo.org
Mon Jun 6 13:15:01 EDT 2011
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 at 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
More information about the linux-mtd
mailing list