summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore23
-rw-r--r--win32/.gitignore6
2 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0c34456d06..a98e78d42e 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 6277233651..ec11036c3b 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