diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-06 13:15:01 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-06-07 07:36:06 +0300 |
commit | 621020c3dad545301718fbff8a442edcdeb40686 (patch) | |
tree | 85672629db490e4c3bee736ceafa032870daab62 /.gitignore | |
parent | 69b83b9c043d3c1e5e05726f3ec7abff3f418d70 (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ # Normal rules # .* +*.gdb *.o *.a *.s |