From 5e137bc214f9c21ed33df8110b67005fb915c4e7 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Wed, 25 Jun 2008 03:22:41 +0200 Subject: 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/. --- ext/Sys/Syslog/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/Sys') 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 -- cgit v1.2.1