diff options
author | Yves Orton <demerphq@gmail.com> | 2013-02-26 15:52:42 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2013-02-26 15:52:42 +0100 |
commit | 3a015b94b043d8b0450eec2bb532e12c91b4ea52 (patch) | |
tree | c05334456e0e91f264e856c725f07b600e8c3847 /.gitignore | |
parent | b9598ce82fd635f416bc8eb46430e7583b8fc0ca (diff) | |
download | perl-3a015b94b043d8b0450eec2bb532e12c91b4ea52.tar.gz |
ignore some files from Module-Pluggable
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 75194e8acd..5f1def376e 100644 --- a/.gitignore +++ b/.gitignore @@ -155,3 +155,8 @@ MANIFEST.new # generated by the top level install.html target. XXX Why does it need this? /vms/README_vms.pod + +#stuff to ignore from Module::Pluggable: +cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/#Bar.pm# +cpan/Module-Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm + |