Adding general .gitignore file.

This provides blocking for most temporary and python-specific files.
develop
Randall Degges 2011-06-05 15:04:54 -07:00
parent 7493c64c9b
commit ed2be0e297
1 changed files with 14 additions and 0 deletions

14
.gitignore vendored 100644
View File

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