[U-Boot] [PATCH] ignore .gdb_history files

Mike Frysinger vapier at gentoo.org
Sun Nov 2 06:18:18 CET 2008


When using gdb, history files will often get generated.  So ignore them.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9c53f5c..e13fc96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,9 @@ patches-*
 patches
 series
 
+# gdb files
+.gdb_history
+
 # cscope files
 cscope.*
 
-- 
1.6.0.3



More information about the U-Boot mailing list