diff options
author | Max Maischein <corion@corion.net> | 2009-01-04 16:23:16 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:32:40 +0100 |
commit | e47d8d23772d4a65059bfb0bda1313426b17055a (patch) | |
tree | 40a1a76c36fe6b041678347c8a0f51cd2a067e51 /win32 | |
parent | d11bf41369b6ba7a520db27f61c949f7a2165be0 (diff) | |
download | perl-e47d8d23772d4a65059bfb0bda1313426b17055a.tar.gz |
Added stuff so that perl.exe now builds clean with regards to 'git status'
Diffstat (limited to 'win32')
-rw-r--r-- | win32/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
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 |