From 571608687d4741f083caf34e9f3037735623bfc3 Mon Sep 17 00:00:00 2001 From: Tim Bunce Date: Sat, 28 Sep 2013 19:06:08 +0100 Subject: [PATCH] Sorted .gitignore, added test_output_* and MYMETA.*. Added .gdbinit --- .gdbinit | 5 +++++ .gitignore | 44 +++++++++++++++++++++++--------------------- 2 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 .gdbinit diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 00000000..a0269ad3 --- /dev/null +++ b/.gdbinit @@ -0,0 +1,5 @@ +# http://sourceware.org/gdb/current/onlinedocs/gdb/ + +set breakpoint pending on +b __asan_report_error +set args -Mblib t/50dbm_simple.t diff --git a/.gitignore b/.gitignore index fa36009d..fc3a9665 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,38 @@ -blib *.bs *.c -cover_db -DBI-* -dbi.eml -Fabian *.gcda *.gcno *.gcov -Makefile -META.yml -nytprof* *.o *.old -Perl.xsi -pm_to_blib -pod2htm* -.releaserc *.tar.gz *.tbz *.tgz -tmp/* -t/zv[gpxn]* -valgrind.log -xx* -ModList -git-svn-modlist -git-dpull *~ +.releaserc +.*.swp +DBI-* +DBI.def +Fabian +META.yml +Makefile +ModList +MYMETA.* +Perl.xsi +blib +cover_db +dbi.eml dbilogstrip dbiprof +dbiproxy dll.base dll.exp -dbiproxy -DBI.def \ No newline at end of file +git-dpull +git-svn-modlist +nytprof* +pm_to_blib +pod2htm* +t/zv[gpxn]* +tmp/ +valgrind.log +test_output_*/