In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f24b27537f1dd2f210904a67f653c6e3169d4bae?hp=2892c41e5ec4288bdc8c3f071778c536d31997d7>
- Log ----------------------------------------------------------------- commit f24b27537f1dd2f210904a67f653c6e3169d4bae Author: Florian Ragwitz <[email protected]> Date: Sun Oct 10 05:55:11 2010 +0200 Update gitignore files for moved pod scripts ----------------------------------------------------------------------- Summary of changes: cpan/Pod-LaTeX/.gitignore | 1 + cpan/Pod-Parser/.gitignore | 3 +++ cpan/podlators/.gitignore | 2 ++ ext/Pod-Html/.gitignore | 1 + 4 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 cpan/Pod-LaTeX/.gitignore create mode 100644 cpan/Pod-Parser/.gitignore create mode 100644 cpan/podlators/.gitignore create mode 100644 ext/Pod-Html/.gitignore diff --git a/cpan/Pod-LaTeX/.gitignore b/cpan/Pod-LaTeX/.gitignore new file mode 100644 index 0000000..a348450 --- /dev/null +++ b/cpan/Pod-LaTeX/.gitignore @@ -0,0 +1 @@ +/pod2latex diff --git a/cpan/Pod-Parser/.gitignore b/cpan/Pod-Parser/.gitignore new file mode 100644 index 0000000..94e3999 --- /dev/null +++ b/cpan/Pod-Parser/.gitignore @@ -0,0 +1,3 @@ +/pod2usage* +/podchecker* +/podselect* diff --git a/cpan/podlators/.gitignore b/cpan/podlators/.gitignore new file mode 100644 index 0000000..e2a37b5 --- /dev/null +++ b/cpan/podlators/.gitignore @@ -0,0 +1,2 @@ +/pod2man* +/pod2text* diff --git a/ext/Pod-Html/.gitignore b/ext/Pod-Html/.gitignore new file mode 100644 index 0000000..0a64446 --- /dev/null +++ b/ext/Pod-Html/.gitignore @@ -0,0 +1 @@ +/pod2html -- Perl5 Master Repository
