Commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0

Authored by Mike Frysinger
Committed by Wolfgang Denk
1 parent c8aa7dfc18

ignore .gdb_history files

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

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -47,6 +47,9 @@
47 47 patches
48 48 series
49 49  
  50 +# gdb files
  51 +.gdb_history
  52 +
50 53 # cscope files
51 54 cscope.*
52 55