From 4a72c529bf18b722823f2fdbe26ee9cfafcbe382 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Mon, 19 Nov 2012 12:07:37 +0300 Subject: [PATCH] Totally paranoia. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3c2ad1587..afd7fdd08 100644 --- a/Rakefile +++ b/Rakefile @@ -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