From: Zbigniew Jędrzejewski-Szmek Date: Mon, 16 Jul 2018 14:03:47 +0000 (+0200) Subject: gitignore: add .gdb_history X-Git-Tag: v240~949^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9600%2Fhead;p=thirdparty%2Fsystemd.git gitignore: add .gdb_history This is the default file gdb will use. --- diff --git a/.gitignore b/.gitignore index 19700023504..4e651f47627 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.trs *~ .config.args +.gdb_history .deps/ /*.gcda /*.gcno