Skip to content

Commit

Permalink
add ignores and MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 26, 2013
1 parent 612fb67 commit 87d968e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
@@ -0,0 +1,10 @@
bin
build
dist
lib
parts

*.dll
*.pyc
*.pyo
*.so
6 changes: 6 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,6 @@
include *.txt

recursive-include src *

global-exclude *.pyc
global-exclude *.pyo

0 comments on commit 87d968e

Please sign in to comment.