Commit d9a47177 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by mdavidsaver

.gitignore += *.so.*

This covers .so files created with soversion, e.g. there can be
libdemo.so and libdemo.so.1.0 . The latter is covered by added patern.

No need to change dylib and dll patterns - according to current
setuptools_dso code, the soversion is either used before '.dylib'
suffix, or, for '.dll' case is not present in file name at all.
parent 5749306e
*.pyc
*.pyo
*.so
*.so.*
*.dylib
*.dll
dist/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment