From: Rafael Garcia-Suarez Date: Fri, 13 Feb 2009 14:47:39 +0000 (+0100) Subject: More gitignore adjustments X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50615ac827d5a686588c6103c6f34c960bde86c0;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/ext/Attribute-Handlers/.gitignore b/ext/Attribute-Handlers/.gitignore new file mode 100644 index 0000000..1ddabaa --- /dev/null +++ b/ext/Attribute-Handlers/.gitignore @@ -0,0 +1 @@ +Makefile.PL diff --git a/ext/Safe/.gitignore b/ext/Safe/.gitignore new file mode 100644 index 0000000..1ddabaa --- /dev/null +++ b/ext/Safe/.gitignore @@ -0,0 +1 @@ +Makefile.PL diff --git a/lib/.gitignore b/lib/.gitignore index 0fa004e..196fb70 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,3 +1,4 @@ +/Attribute /B.pm /B /Compress