This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix up .gitignore files some more
authorFlorian Ragwitz <rafl@debian.org>
Wed, 25 Jun 2008 01:22:41 +0000 (03:22 +0200)
committerSam Vilain <sam@vilain.net>
Fri, 19 Dec 2008 01:35:37 +0000 (14:35 +1300)
commit5e137bc214f9c21ed33df8110b67005fb915c4e7
tree5f6dd101fa009ed8dbb8ce9addcd310fa3de2335
parent1a95a0fc1d08604e251c0f7ff5da9078aec9eaa7
Fix up .gitignore files some more

 * Ignore generated macros.all in .gitignore for Sys::Syslog.
 * Add .gitignore for generated files of GDBM_File.
 * Ignore DynaLoader.xs in .gitignore for DynaLoader.
 * Put every pattern in .gitignore files on a single line.
 * Add some generated .xs files .gitignore of Encode.
 * Ignore RealPPPort.xs in .gitignore for Devel::PPPort.
 * Ignore ODBM_File.pm in .gitignore for lib/.
 * Add .gitignore for generated files of XS::APItest.
 * Add .gitignore for Compress::Raw::Zlib.
 * Ignore GDBM_File.pm in .gitignore for lib/.
.gitignore
ext/.gitignore
ext/Compress/Raw/Zlib/.gitignore [new file with mode: 0644]
ext/Devel/PPPort/.gitignore
ext/DynaLoader/.gitignore
ext/Encode/.gitignore
ext/GDBM_File/.gitignore [new file with mode: 0644]
ext/Sys/Syslog/.gitignore
ext/XS/APItest/.gitignore [new file with mode: 0644]
lib/.gitignore