From: Tim Bunce Date: Thu, 11 Oct 2012 15:06:24 +0000 (+0100) Subject: add .tar and .bak to .gitignore X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b4c4798d69c9cb3d5cd3e17e167a497d1d84dc7;p=p5sagit%2FDevel-Size.git add .tar and .bak to .gitignore --- diff --git a/.gitignore b/.gitignore index c79e6f2..57bf80a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.swp *.db *.dot +*.bak blib/ pm_to_blib MYMETA.json @@ -11,4 +12,5 @@ Makefile.old SizeMe.[co] SizeMe.bs refcounted_he.h +Devel-SizeMe-*.tar Devel-SizeMe-*.tar.gz