Skip to content

Commit 56631ee

Browse files
authored
Merge pull request #9457 from puppetlabs/backport-9454-to-7.x
[Backport 7.x] Add files to include in tarball
2 parents 3f03838 + 62e4a09 commit 56631ee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ext/project_data.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ gem_rdoc_options:
66
- --main
77
- README.md
88
- --line-numbers
9+
# Array of files to include when building source tarballs
10+
files:
11+
- '[A-Z]*'
12+
- install.rb
13+
- bin
14+
- lib
15+
- conf
16+
- man
17+
- examples
18+
- ext
19+
- tasks
20+
- locales

0 commit comments

Comments
 (0)