Skip to content

Commit

Permalink
Added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Apr 22, 2012
1 parent d3a81ba commit 1317ca2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*.mo
*.swp
*.egg-info
*.egg
*.EGG
*.EGG-INFO
bin
build
develop-eggs
downloads
eggs
fake-eggs
include
lib
parts
dist
.installed.cfg
.mr.developer.cfg
.hg
.bzr
.svn
*.pyc
*.pyo
*.tmp*
.coverage
clonedigger.xml
pylint.log

0 comments on commit 1317ca2

Please sign in to comment.