From: Yves Orton Date: Sat, 17 Nov 2012 13:10:59 +0000 (+0100) Subject: add .gdb_history to .gitignore X-Git-Tag: v5.17.6~54 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/7d4ee4b3ab7a3ef2c4675f2b4dc93f1e6ede7194 add .gdb_history to .gitignore --- diff --git a/.gitignore b/.gitignore index 61ec744..7c25acb 100644 --- a/.gitignore +++ b/.gitignore @@ -149,5 +149,8 @@ MANIFEST.new *.perf-stat *.valgrind +# dont show .gdb_history files +.gdb_history + # generated by the top level install.html target. XXX Why does it need this? /vms/README_vms.pod