diff options
author | Steve Hay <SteveHay@planit.com> | 2008-12-17 17:22:30 +0000 |
---|---|---|
committer | Sam Vilain <sam@vilain.net> | 2008-12-19 14:35:40 +1300 |
commit | 819a88de56228481aa0fc8d9543c5932f5f849d0 (patch) | |
tree | 2815bec627440e9736b57a77322dd021afbe7f93 | |
parent | 1db415d0b902f89c01480f2b3ba36a28b9d9a55b (diff) | |
download | perl-819a88de56228481aa0fc8d9543c5932f5f849d0.tar.gz |
Add various files generated by a Win32 build to .gitignore.GitLive-blead
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fdc624f6e5..b4a3cb8520 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,19 @@ *.o *.a +# general build products (Win32) +*.def +*.dll +*.exe +*.exp +*.ico +*.ilk +*.lib +*.obj +*.pdb +*.res +*.RES + # ? ext.libs |