Skip to content

Commit

Permalink
Ignore makefiles and readme by default for the common github setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 23, 2010
1 parent 837122a commit 5cd0ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstblog/builder.py
Expand Up @@ -161,7 +161,7 @@ class BuildError(ValueError):


class Builder(object):
default_ignores = ('.*', '_*', 'config.yml')
default_ignores = ('.*', '_*', 'config.yml', 'Makefile', 'README')
default_programs = {
'*.rst': 'rst'
}
Expand Down

0 comments on commit 5cd0ba6

Please sign in to comment.