From bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 2 Nov 2008 01:18:18 -0400 Subject: ignore .gdb_history files When using gdb, history files will often get generated. So ignore them. Signed-off-by: Mike Frysinger --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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.* -- cgit v1.2.1