diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-09-10 21:30:20 +0100 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-09-10 21:30:20 +0100 |
commit | a3bef8ed8dece3b48e9e11993f255fbe719a0647 (patch) | |
tree | a1c54009ef1eb097495c49c44bb8b4133a93c5aa /lib/.gitignore | |
parent | 5711376d83710d8f98ce1dc447317524afb70055 (diff) | |
download | perl-a3bef8ed8dece3b48e9e11993f255fbe719a0647.tar.gz |
Moved bignum from lib/ to ext/
Diffstat (limited to 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 7c5244a13f..7add995da0 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -8,6 +8,9 @@ /autouse.pm /B.pm /B +/bigint.pm +/bignum.pm +/bigrat.pm /Compress /Config.pm /Config.pod @@ -207,6 +210,8 @@ /Log/Message/Simple.pm /MIME /Math/BigInt/FastCalc.pm +/Math/BigInt/Trace.pm +/Math/BigFloat/Trace.pm /Memoize.pm /Memoize /Memoize/AnyDBM_File.pm |