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 /ext/Sys | |
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 'ext/Sys')
-rw-r--r-- | ext/Sys/Syslog/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Sys/Syslog/.gitignore b/ext/Sys/Syslog/.gitignore index 2a06e93b55..2f2399bced 100644 --- a/ext/Sys/Syslog/.gitignore +++ b/ext/Sys/Syslog/.gitignore @@ -1 +1,2 @@ *.inc +macros.all |