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 1b519ea commit 4773e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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 4773e55

Please sign in to comment.