From 4cc1f43ca89e99475dd1c14a1d33905d18304447 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 25 Jan 2016 17:04:37 -0800 Subject: [PATCH] Ignore gdb temp files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 94dfdd5..7cd2510 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ perf.data.old # Valgrind reports callgrind.* +# GDB temp files +.gdb_history + # Git hash file githash.txt