diff mbox

ignore (FLAT) gdb files

Message ID 1307380501-30946-1-git-send-email-vapier@gentoo.org
State Accepted, archived
Commit 621020c3dad545301718fbff8a442edcdeb40686
Headers show

Commit Message

Mike Frysinger June 6, 2011, 5:15 p.m. UTC
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(-)

Comments

Artem Bityutskiy June 7, 2011, 4:31 a.m. UTC | #1
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.
diff mbox

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