Skip to content

Commit 4a72c52

Browse files
committed
Totally paranoia.
1 parent 6ac2952 commit 4a72c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ list = FileList[
2727
'lib/**/*', 'spec/**/*', 'vendor/**/*',
2828
'tasks/**/*', 'website/**/*',
2929
'[A-Z]*', 'Rakefile'
30-
]
30+
].exclude(/[_\.]git$/)
3131
(open(".gitignore") { |file| file.read }).split("\n").each do |pattern|
3232
list.exclude(pattern)
3333
end

0 commit comments

Comments
 (0)