Totally paranoia.
This commit is contained in:
parent
6ac2952366
commit
4a72c529bf
2
Rakefile
2
Rakefile
|
@ -27,7 +27,7 @@ list = FileList[
|
||||||
'lib/**/*', 'spec/**/*', 'vendor/**/*',
|
'lib/**/*', 'spec/**/*', 'vendor/**/*',
|
||||||
'tasks/**/*', 'website/**/*',
|
'tasks/**/*', 'website/**/*',
|
||||||
'[A-Z]*', 'Rakefile'
|
'[A-Z]*', 'Rakefile'
|
||||||
]
|
].exclude(/[_\.]git$/)
|
||||||
(open(".gitignore") { |file| file.read }).split("\n").each do |pattern|
|
(open(".gitignore") { |file| file.read }).split("\n").each do |pattern|
|
||||||
list.exclude(pattern)
|
list.exclude(pattern)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue