Browse Source

ignore .gdb_history files

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

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 16 năm trước cách đây
mục cha
commit
bfa0af6b22
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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