diff options
author | Karen Etheridge <ether@cpan.org> | 2013-01-07 21:18:27 -0800 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2013-01-07 21:25:52 -0800 |
commit | 97e343570e7c30cc3ef265f501115b1e472a7fec (patch) | |
tree | 8bd433178ab7ea82f7639b39415618c7346a4703 | |
parent | c1b030ddb11d1b410eebe5016779232d705d44e7 (diff) | |
download | gitignore-97e343570e7c30cc3ef265f501115b1e472a7fec.tar.gz gitignore-97e343570e7c30cc3ef265f501115b1e472a7fec.zip |
ignore more perl outputs
- metaspec v2.0 now creates json files
- some artifacts of XS builds
-rw-r--r-- | Perl.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
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 |