Files
bullet3/.gitignore
2020-01-15 11:12:34 +01:00

25 lines
203 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
# Virtualenv
.venv/*
.gitignore