diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-04-17 00:00:43 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-04-17 00:00:43 +0200 |
commit | 4acdd4cdd41db68b7a3c5c65f885e95ac933a538 (patch) | |
tree | a8b48666e9384e5f0cb2895692ab9fd3275b1f25 | |
parent | ea6189f6ad142532d28bb2ef562103e95dbe8468 (diff) | |
download | perl-4acdd4cdd41db68b7a3c5c65f885e95ac933a538.tar.gz |
Ignore attributes.pm in lib since it's now an XS module
-rw-r--r-- | lib/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index cfe8ea1a68..2eec343346 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -74,7 +74,7 @@ /Unicode/Normalize.pm /XS /XSLoader.pm -/attrs.pm +/attributes.pm /auto /encoding.pm /lib.pm |