From: Rafael Garcia-Suarez Date: Tue, 6 Jan 2009 08:25:03 +0000 (+0100) Subject: Move .bat gitignores with their unix counterparts X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=318c766aaaa04a8e65aca38b169d52b8886fe4e3;p=p5sagit%2Fp5-mst-13.2.git Move .bat gitignores with their unix counterparts Remove also redundant ignores for produced files in x2p --- diff --git a/.gitignore b/.gitignore index e5711d6..04d8df4 100644 --- a/.gitignore +++ b/.gitignore @@ -66,31 +66,12 @@ ext.libs /uni.data /uudmap.h -x2p/a2p -x2p/find2perl -x2p/psed -x2p/s2p - -# Win32 is missing a2p.bat? -x2p/find2perl.bat -x2p/psed.bat -x2p/s2p.bat - ext/Win32API/File/cFile_pc_to_blib lib/Win32.pm lib/Win32API/ lib/Win32CORE.pm lib/CORE/ -# These .bat files are created from their Perl correspondents -pod/pod2html.bat -pod/pod2latex.bat -pod/pod2man.bat -pod/pod2text.bat -pod/pod2usage.bat -pod/podchecker.bat -pod/podselect.bat - # test byproducts ext/Test/Harness/t/ext/ lib/App/ diff --git a/pod/.gitignore b/pod/.gitignore index 872cc33..2e2f9c9 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -44,9 +44,16 @@ # scripts etc /pod2html +/pod2html.bat /pod2latex +/pod2latex.bat /pod2man +/pod2man.bat /pod2text +/pod2text.bat /pod2usage +/pod2usage.bat /podchecker +/podchecker.bat /podselect +/podselect.bat diff --git a/x2p/.gitignore b/x2p/.gitignore index 609be86..1ee0a5b 100644 --- a/x2p/.gitignore +++ b/x2p/.gitignore @@ -1,4 +1,7 @@ /a2p /find2perl +/find2perl.bat /psed +/psed.bat /s2p +/s2p.bat