Skip to content

Commit

Permalink
remove root dotfiles and root ini files from dist
Browse files Browse the repository at this point in the history
These files do not need to be distributed. They're just for development
purposes.
  • Loading branch information
preaction committed Jan 11, 2015
1 parent 449dac4 commit d7bed78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist.ini
Expand Up @@ -35,6 +35,10 @@ repository.type = git
[Git::GatherDir]
include_dotfiles = 1
prune_directory = ^eg
; Exclude dotfiles in the root directory
exclude_match = ^\.[^/]+$
; Exclude ini files in the root directory
exclude_match = ^[^/]+\.ini$
; Exclude generated root content, which is included by the various plugins
; Without this, we get an error about duplicate content
exclude_filename = cpanfile
Expand Down

0 comments on commit d7bed78

Please sign in to comment.