mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
64f8020a20
Added build3/vs2010 to .gitignore
22 lines
171 B
Plaintext
22 lines
171 B
Plaintext
/bin
|
|
/build3/gmake
|
|
/build3/vs2010
|
|
/build_cmake/
|
|
|
|
*.pyc
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Pip
|
|
pip-selfcheck.json
|
|
*.whl
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# Setuptools
|
|
/build
|
|
/dist
|
|
*.eggs
|