From 50615ac827d5a686588c6103c6f34c960bde86c0 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 13 Feb 2009 15:47:39 +0100 Subject: More gitignore adjustments Ignore lib/Attribute, now that Attribute::Handlers is under ext/. Ignore generated Makefile.PL files for Safe and Attribute-Handlers. I preferred putting those in specific .gitignore files instead of ignoring Makefile.PLs in the whole ext/ hierarchy, in order to ensure a less confusing git behaviour for future generations. --- lib/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/.gitignore b/lib/.gitignore index 0fa004e77b..196fb70c49 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,3 +1,4 @@ +/Attribute /B.pm /B /Compress -- cgit v1.2.1