From c1b030ddb11d1b410eebe5016779232d705d44e7 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Mon, 7 Jan 2013 21:17:00 -0800 Subject: [PATCH 1/2] tighten up perl ignores - these files should only exist in the repository root --- Perl.gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Perl.gitignore b/Perl.gitignore index c15b52a9..9128dc79 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -1,5 +1,5 @@ -blib/ -.build/ +/blib/ +/.build/ _build/ cover_db/ inc/ @@ -7,10 +7,10 @@ Build !Build/ Build.bat .last_cover_stats -Makefile -Makefile.old -MANIFEST.bak -META.yml -MYMETA.yml +/Makefile +/Makefile.old +/MANIFEST.bak +/META.yml +/MYMETA.yml nytprof.out -pm_to_blib +/pm_to_blib From 97e343570e7c30cc3ef265f501115b1e472a7fec Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Mon, 7 Jan 2013 21:18:27 -0800 Subject: [PATCH 2/2] ignore more perl outputs - metaspec v2.0 now creates json files - some artifacts of XS builds --- Perl.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index 9128dc79..eaca02ed 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -11,6 +11,9 @@ Build.bat /Makefile.old /MANIFEST.bak /META.yml -/MYMETA.yml +/META.json +/MYMETA.* nytprof.out /pm_to_blib +*.o +*.bs