diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2013-07-05 23:19:57 -0400 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-07-09 16:48:32 +1000 |
commit | e3d1d900454d9b6f7760f03b5668221b359b7960 (patch) | |
tree | fd8d7b7963f201226d18989e51c5ef6e035c4cf7 /win32 | |
parent | d9c91bf7ba76533d2f6c1d14025208b5d1a6ba64 (diff) | |
download | perl-e3d1d900454d9b6f7760f03b5668221b359b7960.tar.gz |
add entries to various .gitignore files for Win32 builds
win32/html and cpan/Module-Build/t/install_test* generate dozens of
non-versioned files on a Win32 build which makes committing cumbersome
Diffstat (limited to 'win32')
-rw-r--r-- | win32/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/.gitignore b/win32/.gitignore index fd84848207..abffe4714e 100644 --- a/win32/.gitignore +++ b/win32/.gitignore @@ -3,6 +3,7 @@ /config.w32 /perl.base bin/*.bat +html/ Extensions_static dlutils.c perllibst.h |