[monitoring-plugin-perl] update gitignore

Sven Nierlein git at monitoring-plugins.org
Sat Apr 2 19:40:04 CEST 2016


 Module: monitoring-plugin-perl
 Branch: master
 Commit: c45647af86501d45d9710f8d18a5a182fd2a262f
 Author: Sven Nierlein <sven at nierlein.de>
   Date: Sat Apr  2 19:32:38 2016 +0200
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=c45647a

update gitignore

---

 .gitignore | 29 +++++++++++++++++++----------
 META.yml   | 36 ------------------------------------
 2 files changed, 19 insertions(+), 46 deletions(-)

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 <devel at monitoring-plugins.org>'
-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



More information about the Commits mailing list