Skip to content

Commit 6497ba4

Browse files
authored
Merge pull request #317 from ruby/ignore-gitignore
Removed gitignore from gemspec files.
2 parents 1c22b49 + be62efb commit 6497ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rake has the following features:
2424
s.licenses = ["MIT".freeze]
2525

2626
s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } -
27-
%w[.rubocop.yml .travis.yml appveyor.yml]
27+
%w[.rubocop.yml .gitignore .travis.yml appveyor.yml]
2828
s.bindir = "exe"
2929
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
3030
s.require_paths = ["lib".freeze]

0 commit comments

Comments
 (0)