From: Dave Rolsky Date: Sun, 3 May 2009 19:15:37 +0000 (-0500) Subject: Add / to front of paths in .gitignore X-Git-Tag: 0.78~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b60e6c86035f456705cdce2516736d74c8799ee3;p=gitmo%2FMoose.git Add / to front of paths in .gitignore --- diff --git a/.gitignore b/.gitignore index 8862771..abc577d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -META.yml -Makefile -Makefile.old -MANIFEST -MANIFEST.bak -blib/ -inc/ -pm_to_blib -t/000_recipes/* -.prove +/META.yml +/Makefile +/Makefile.old +/MANIFEST +/MANIFEST.bak +/blib/ +/inc/ +/pm_to_blib +/t/000_recipes/* +/.prove