aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-06 13:15:01 -0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-06-07 07:36:06 +0300
commit621020c3dad545301718fbff8a442edcdeb40686 (patch)
tree85672629db490e4c3bee736ceafa032870daab62 /.gitignore
parent69b83b9c043d3c1e5e05726f3ec7abff3f418d70 (diff)
ignore (FLAT) gdb files
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> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
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