From: Douglas Bagnall Date: Wed, 9 Aug 2017 23:59:44 +0000 (+1200) Subject: gitignore .gdb_history anywhere in the tree X-Git-Tag: ldb-1.4.0~394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6669d126472091fb0b012fe2371557aa5bc4c6c;p=thirdparty%2Fsamba.git gitignore .gdb_history anywhere in the tree For when you run gdb in places like lib/ldb/ and it decides to leave behind a history file. Signed-off-by: Douglas Bagnall Reviewed-by: Gary Lockyer --- diff --git a/.gitignore b/.gitignore index 1f064939de2..9e99c10de77 100644 --- a/.gitignore +++ b/.gitignore @@ -64,7 +64,7 @@ semantic.cache /bin/.confcache/*/* /bin/.conf_check_*/* /.emacs.desktop* -/.gdb_history +.gdb_history .clang-format # generated by configure