From: Max Maischein Date: Sun, 4 Jan 2009 15:23:16 +0000 (+0100) Subject: Added stuff so that perl.exe now builds clean with regards to 'git status' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e47d8d23772d4a65059bfb0bda1313426b17055a;p=p5sagit%2Fp5-mst-13.2.git Added stuff so that perl.exe now builds clean with regards to 'git status' --- diff --git a/.gitignore b/.gitignore index 0c34456..a98e78d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,10 @@ Makefile.old *.res *.RES +dll.base +/ext/DynaLoader/dl_win32.xs +splittree.pl + # ? ext.libs @@ -67,6 +71,25 @@ 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 + +# 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 byproduct ext/Test/Harness/t/ext/ lib/App/ diff --git a/win32/.gitignore b/win32/.gitignore index 6277233..ec11036 100644 --- a/win32/.gitignore +++ b/win32/.gitignore @@ -1,2 +1,8 @@ /config.h /config.w32 +/perl.base +bin/*.bat +Extensions_static +dlutils.c +perllibst.h +perlmain.c \ No newline at end of file