diff options
author | Yves Orton <demerphq@gmail.com> | 2012-11-17 14:10:59 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2012-11-17 14:10:59 +0100 |
commit | 7d4ee4b3ab7a3ef2c4675f2b4dc93f1e6ede7194 (patch) | |
tree | 0683a14c03e249683146e22d02d0bc719a93c07f /.gitignore | |
parent | 95a59cabfd485318031093a3db96c90711542404 (diff) | |
download | perl-7d4ee4b3ab7a3ef2c4675f2b4dc93f1e6ede7194.tar.gz |
add .gdb_history to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 61ec744ac4..7c25acb201 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 |