From: Rafael Garcia-Suarez Date: Sun, 30 Aug 2009 19:44:11 +0000 (+0200) Subject: gitignore adjustments X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5bdd70915bb27f26926321abc7edbd2f303d0ea;p=p5sagit%2Fp5-mst-13.2.git gitignore adjustments All Makefile.PL ignores are moved to ext/.gitignore, and duplicates are removed --- diff --git a/ext/.gitignore b/ext/.gitignore index 2ecea00..96e4bce 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -12,15 +12,20 @@ ppport.h !/XS-APItest/exception.c !/XS-APItest/notcore.c !/XS-Typemap/stdio.c +/Attribute-Handlers/Makefile.PL /attributes/Makefile.PL +/base/Makefile.PL /B-Debug/Makefile.PL /B-Deparse/Makefile.PL /B-Lint/Makefile.PL /Data-Dumper/Makefile.PL +/Filter-Simple/Makefile.PL /Filter-Util-Call/Makefile.PL /Hash-Util-FieldHash/Makefile.PL +/I18N-LangTags/Makefile.PL /Math-BigInt-FastCalc/Makefile.PL /mro/Makefile.PL +/Net-Ping/Makefile.PL /Opcode/Makefile.PL /PerlIO-encoding/Makefile.PL /PerlIO-scalar/Makefile.PL @@ -34,15 +39,6 @@ ppport.h /Test-Harness/Makefile.PL /Text-Balanced/Makefile.PL /Text-Soundex/Makefile.PL -/B-Debug/Makefile.PL -/B-Deparse/Makefile.PL -/B-Lint/Makefile.PL -/Shell/Makefile.PL -/Term-ANSIColor/Makefile.PL -/base/Makefile.PL -/Filter-Simple/Makefile.PL -/I18N-LangTags/Makefile.PL -/Net-Ping/Makefile.PL # ignore all vim swap files but the one bundled in Module::Pluggable for testing *.swp diff --git a/ext/Attribute-Handlers/.gitignore b/ext/Attribute-Handlers/.gitignore deleted file mode 100644 index 1ddabaa..0000000 --- a/ext/Attribute-Handlers/.gitignore +++ /dev/null @@ -1 +0,0 @@ -Makefile.PL