Skip to content

Commit

Permalink
Adding .hgignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Charrington committed Mar 10, 2011
1 parent 6d1cc07 commit e606cd5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
syntax: glob

.DS_Store
*.pyc
*.pyo
.installed.cfg
.idea/*
bin/*
develop-eggs/*
dist/*
downloads/*
eggs/*
parts/*
src/*.egg-info
db/*
search_index/*

0 comments on commit e606cd5

Please sign in to comment.