mongo-python-driver/.gitignore
behackett 96b133cb0c Python 3 setup.py changes PYTHON-84
1. Switch from setuptools to distribute
2. Make setup.py PY3 compatible.
3. Use 2to3 for PY3 builds.
4. Make "test" and "nosetests" work in PY3
5. Only write setup.cfg when needed.
6. git ignore setup.cfg.

Traditional setuptools does not support PY3.
2012-03-28 19:10:54 -07:00

16 lines
127 B
Plaintext

*~
*#*
.DS*
*.cm
*.class
*.pyc
*.pyd
build/
doc/_build/
dist/
tools/settings.py
pymongo.egg-info/
*.so
nosetests.xml
setup.cfg