Totally paranoia.

This commit is contained in:
Bob Aman 2012-11-19 12:07:37 +03:00
parent 6ac2952366
commit 4a72c529bf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ list = FileList[
'lib/**/*', 'spec/**/*', 'vendor/**/*',
'tasks/**/*', 'website/**/*',
'[A-Z]*', 'Rakefile'
]
].exclude(/[_\.]git$/)
(open(".gitignore") { |file| file.read }).split("\n").each do |pattern|
list.exclude(pattern)
end