Explorar el Código

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 hace 16 años
padre
commit
bfa0af6b22
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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