diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-13 15:47:39 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-13 15:47:39 +0100 |
commit | 50615ac827d5a686588c6103c6f34c960bde86c0 (patch) | |
tree | f698255d7b9ef5e634d930ae42e94287a3544596 /lib | |
parent | d9acc78d35d584a46dbe9fa60dbf61aaec953ace (diff) | |
download | perl-50615ac827d5a686588c6103c6f34c960bde86c0.tar.gz |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |