Commit 17b1dfa2 authored by Jim Fulton's avatar Jim Fulton

Exclude some development files

And emacs backups. :) Because of the way zest.releaser works, this
isn't strictly necessary, but it makes the manifest checker shut up.
parent 12eaf5cb
...@@ -2,9 +2,10 @@ include *.rst ...@@ -2,9 +2,10 @@ include *.rst
include *.txt include *.txt
include *.py include *.py
include *.ini include *.ini
include .coveragerc exclude .coveragerc
include .travis.yml exclude .travis.yml
include buildout.cfg exclude appveyor.yml
exclude buildout.cfg
include COPYING include COPYING
recursive-include doc * recursive-include doc *
...@@ -14,3 +15,5 @@ global-exclude *.dll ...@@ -14,3 +15,5 @@ global-exclude *.dll
global-exclude *.pyc global-exclude *.pyc
global-exclude *.pyo global-exclude *.pyo
global-exclude *.so global-exclude *.so
global-exclude *~
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment