Ignore .so and egg-info

This commit is contained in:
Matt Robenolt
2013-08-13 23:35:31 -07:00
parent 3233bf4e8e
commit b43abb1e22

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
*.pyc *.pyc
*.swp *.swp
*.swo *.swo
*.so
*.egg-info
build build
MANIFEST MANIFEST
dist dist