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 | 1e89acdfb3de39e92ce0b33062221d82e21cb1e2 (patch) | |
tree | 2815bec627440e9736b57a77322dd021afbe7f93 /.gitignore | |
parent | 274f27f99d1765ad1c73d072fb93d98c9022d8c6 (diff) | |
download | perl-1e89acdfb3de39e92ce0b33062221d82e21cb1e2.tar.gz |
Add various files generated by a Win32 build to .gitignore.
Diffstat (limited to '.gitignore')
-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 |