tornado/.gitignore

15 lines
117 B
Plaintext
Raw Normal View History

2009-09-15 00:40:45 +00:00
*.pyc
*.so
2012-05-12 05:14:08 +00:00
*.class
2009-09-15 00:40:45 +00:00
*~
build/
/dist/
2011-06-22 06:00:15 +00:00
MANIFEST
/tornado.egg-info/
2011-02-24 06:53:59 +00:00
_auto2to3*
.tox/
.vagrant
/.coverage
/htmlcov/
/env/