From c45647af86501d45d9710f8d18a5a182fd2a262f Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Sat, 2 Apr 2016 19:32:38 +0200 Subject: update gitignore diff --git a/.gitignore b/.gitignore index 93cc521..233e502 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,21 @@ - -# / +# from https://github.com/github/gitignore/blob/master/Perl.gitignore +/blib/ +/.build/ +_build/ +cover_db/ +inc/ +Build +!Build/ +Build.bat +.last_cover_stats /Makefile -/blib +/Makefile.old +/MANIFEST.bak +/META.yml +/META.json +/MYMETA.* +nytprof.out /pm_to_blib -/.bzr -/.bzrignore -MYMETA.json -MYMETA.yml -Makefile.old -inc/ -MANIFEST.bak +*.o +*.bs +/_eumm/ diff --git a/META.yml b/META.yml deleted file mode 100644 index 7398605..0000000 --- a/META.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -abstract: ~ -author: - - 'This code is maintained by the Monitoring Plugin Development Team: see' - - 'Monitoring Plugin Team ' -build_requires: - ExtUtils::MakeMaker: 6.59 - Test::More: 0.62 -configure_requires: - ExtUtils::MakeMaker: 6.59 -distribution_type: module -dynamic_config: 1 -generated_by: 'Module::Install version 1.06' -license: perl -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -name: Monitoring-Plugin -no_index: - directory: - - inc - - t -requires: - Carp: 0 - Class::Accessor: 0 - Config::Tiny: 0 - File::Basename: 0 - File::Spec: 0 - IO::File: 0 - Math::Calc::Units: 0 - Params::Validate: 0 - perl: 5.6.0 -resources: - license: http://dev.perl.org/licenses/ - repository: https://github.com/monitoring-plugins/monitoring-plugin-perl -version: 0.39 -- cgit v0.10-9-g596f