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

2 Nov
2008
2 Nov
'08
6:18 a.m.
When using gdb, history files will often get generated. So ignore them.
Signed-off-by: Mike Frysinger vapier@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

5 Dec
5 Dec
11:16 p.m.
Dear Mike Frysinger,
In message 1225603098-5652-1-git-send-email-vapier@gentoo.org you wrote:
When using gdb, history files will often get generated. So ignore them.
Signed-off-by: Mike Frysinger vapier@gentoo.org
.gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Misquotation is, in fact, the pride and privilege of the learned. A
widely-read man never quotes accurately, for the rather obvious
reason that he has read too widely.
- Hesketh Pearson _Common Misquotations_ introduction
5996
Age (days ago)
6029
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mike Frysinger
-
Wolfgang Denk