From: Vincent Pit Date: Sat, 5 Jul 2008 21:37:17 +0000 (+0200) Subject: Update .gitignore X-Git-Tag: v0.03~20 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=74622844bd7a52e7ec08e6bc1386f1a24e4e322d Update .gitignore --- diff --git a/.gitignore b/.gitignore index 3d0f058..31cded8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ blib* pm_to_blib* -Makefile{,.old} +Makefile +Makefile.old Build _build* @@ -9,8 +10,14 @@ _build* CPANPLUS-Dist-Gentoo-* core.* -*.{c,o,so,bs,out,def,exp} +*.[co] +*.so +*.bs +*.out +*.def +*.exp cover_db -*.{gcda,gcov,gcno} - +*.gcda +*.gcov +*.gcno