Adding general .gitignore file.

This provides blocking for most temporary and python-specific files.
This commit is contained in:
Randall Degges 2011-06-05 15:04:54 -07:00
parent 7493c64c9b
commit ed2be0e297

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Temporary files.
*.pyc
*.swp
*~
.coverage
# Build remnants.
dist
build
_build
*.egg-info
# Auto-generated files.
MANIFEST