This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More gitignore adjustments
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Feb 2009 14:47:39 +0000 (15:47 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Feb 2009 14:47:39 +0000 (15:47 +0100)
commit50615ac827d5a686588c6103c6f34c960bde86c0
treef698255d7b9ef5e634d930ae42e94287a3544596
parentd9acc78d35d584a46dbe9fa60dbf61aaec953ace
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.
ext/Attribute-Handlers/.gitignore [new file with mode: 0644]
ext/Safe/.gitignore [new file with mode: 0644]
lib/.gitignore