diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-19 21:40:49 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-01-19 21:40:49 +0100 |
commit | 708a028cc568da4e705e1a480442bc98518033f1 (patch) | |
tree | f0a23a9bc3ed4ae1c9aa19677f8eb38a086d0004 /.gitignore | |
parent | 1ac442bc1ab0d3c88fe1dab9ef331fa9e56fcf64 (diff) | |
download | perl-708a028cc568da4e705e1a480442bc98518033f1.tar.gz |
Ignore and clean the byproducts of make install.html
The install.html target generates vms/README_vms.pod and files in two
directories, pod/perlfunc/ and pod/perlipc/
Add all three to .gitignore files, and add rules to delete the directories
when cleaning.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3cbb99f7fc..03df13fd3a 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,6 @@ MANIFEST.new *.cachegrind *.perf-stat *.valgrind + +# generated by the top level install.html target. XXX Why does it need this? +/vms/README_vms.pod |