Sfoglia il codice sorgente

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 anni fa
parent
commit
bfa0af6b22
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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