ignore .gdb_history files

When using gdb, history files will often get generated.  So ignore them.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2008-11-02 01:18:18 -04:00 committed by Wolfgang Denk
parent c8aa7dfc18
commit bfa0af6b22
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -47,6 +47,9 @@ patches-*
patches
series
# gdb files
.gdb_history
# cscope files
cscope.*