diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-18 12:19:57 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-18 12:19:57 +0100 |
commit | 344af494c35a9f0f50dab51474b2e7cd806f1b08 (patch) | |
tree | 18ee1dd279cfdc367556d9a3e4033d8608cb49ec /pod/.gitignore | |
parent | 6e0733998eff7a098d2d21d5602f3eb2a7521e1f (diff) | |
download | perl-344af494c35a9f0f50dab51474b2e7cd806f1b08.tar.gz |
Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.
Diffstat (limited to 'pod/.gitignore')
-rw-r--r-- | pod/.gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/.gitignore b/pod/.gitignore index 2e2f9c931a..b9cc759a0c 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -7,7 +7,6 @@ /perlce.pod /perlcn.pod /perlcygwin.pod -/perldelta.pod /perldgux.pod /perldos.pod /perlepoc.pod @@ -57,3 +56,8 @@ /podchecker.bat /podselect /podselect.bat + +# generated +/perldelta.pod +/perlapi.pod +/perlintern.pod |