Skip to content

Commit

Permalink
Sorted .gitignore, added test_output_* and MYMETA.*. Added .gdbinit
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Sep 28, 2013
1 parent 067ef15 commit 5716086
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .gdbinit
Original file line number Diff line number Diff line change
@@ -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
44 changes: 23 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
git-dpull
git-svn-modlist
nytprof*
pm_to_blib
pod2htm*
t/zv[gpxn]*
tmp/
valgrind.log
test_output_*/

0 comments on commit 5716086

Please sign in to comment.