Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mac authored and mikejs committed Jun 18, 2010
1 parent e89b357 commit 3d0f154
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
@@ -0,0 +1,32 @@
*~
*.pyc
*.so

# Go
*.out
*.a
*.6
*.gom
*_test/

# Projects
*.kpf
nbproject/

# Setuptools
*.egg
*.egg-info/
build/
dist/
docs/_build/
docs/_static/

# VCS
.svn/

# Data
*.db
*.log
.coverage

# More

0 comments on commit 3d0f154

Please sign in to comment.