Skip to content

Commit

Permalink
MANIFEST.in and .gitignore gardening
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 23, 2014
1 parent 5d924c4 commit c560704
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
bin/
eggs/
develop-eggs/
parts/
.installed.cfg
*.py[co]
__pycache__/
build/
dist/
*.egg-info/
.tox/
10 changes: 10 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,10 @@
include *.py
include *.txt
include buildout.cfg
recursive-include src *.css
recursive-include src *.gif
recursive-include src *.js
recursive-include src *.png
recursive-include src *.pt
recursive-include src *.xml
recursive-include src *.zcml

0 comments on commit c560704

Please sign in to comment.