diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-10 11:57:00 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-10 11:57:00 +0100 |
commit | 640c21e43164b2e0d3d20d4a5b3168d54f8b6e57 (patch) | |
tree | feb06bd18a9b146547fc9307edace5a26e5bd581 /ext/.gitignore | |
parent | fb78ba4be2872a911ecd409537deabc67447f706 (diff) | |
download | perl-640c21e43164b2e0d3d20d4a5b3168d54f8b6e57.tar.gz |
Add entries for ExtUtils::Command to ext and lib's .gitignore files.
Accidentally omitted from ca2a24a91ea0f76bbbb7e7309638f99ade8d37e5, which
moved ExtUtils::Command from lib to ext.
Diffstat (limited to 'ext/.gitignore')
-rw-r--r-- | ext/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/.gitignore b/ext/.gitignore index 9dc488db88..3ee8bab730 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -27,6 +27,7 @@ ppport.h /Data-Dumper/Makefile.PL /Digest/Makefile.PL /Devel-SelfStubber/Makefile.PL +/ExtUtils-Command/Makefile.PL /ExtUtils-Constant/Makefile.PL /ExtUtils-Install/Makefile.PL /FileCache/Makefile.PL |