Added stuff so that perl.exe now builds clean with regards to 'git status'
Max Maischein [Sun, 4 Jan 2009 15:23:16 +0000 (16:23 +0100)]
.gitignore
win32/.gitignore

index 0c34456..a98e78d 100644 (file)
@@ -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/
index 6277233..ec11036 100644 (file)
@@ -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