diff options
author | Florian Ragwitz <rafl@debian.org> | 2008-06-25 03:22:41 +0200 |
---|---|---|
committer | Sam Vilain <sam@vilain.net> | 2008-12-19 14:35:37 +1300 |
commit | 5e137bc214f9c21ed33df8110b67005fb915c4e7 (patch) | |
tree | 5f6dd101fa009ed8dbb8ce9addcd310fa3de2335 /.gitignore | |
parent | 1a95a0fc1d08604e251c0f7ff5da9078aec9eaa7 (diff) | |
download | perl-5e137bc214f9c21ed33df8110b67005fb915c4e7.tar.gz |
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/.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d3c477eab7..40e7eb2bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,8 @@ /x2p/makefile.old # general build products -*.o *.a +*.o +*.a # ? ext.libs |