mdickinson / bigfloat

Python wrapper for MPFR, providing high-precision floating-point arithmetic
GNU Lesser General Public License v3.0
41 stars 11 forks source link

Update .gitignore to ignore built .so for Python 3. #105

Closed mdickinson closed 4 years ago

mdickinson commented 4 years ago

Under Python 3, the built .so has a name resembling mpfr.cpython-38-darwin.so. Update .gitignore to cover this case.