From: Mike Frysinger Date: Sun, 2 Nov 2008 05:18:18 +0000 (-0400) Subject: ignore .gdb_history files X-Git-Tag: v2009.01-rc1~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0;p=oweals%2Fu-boot.git ignore .gdb_history files When using gdb, history files will often get generated. So ignore them. Signed-off-by: Mike Frysinger --- diff --git a/.gitignore b/.gitignore index 9c53f5c5b5..e13fc96322 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,9 @@ patches-* patches series +# gdb files +.gdb_history + # cscope files cscope.*