Totally paranoia.
authorBob Aman <bob@sporkmonger.com>
Mon, 19 Nov 2012 09:07:37 +0000 (12:07 +0300)
committerBob Aman <bob@sporkmonger.com>
Mon, 19 Nov 2012 09:07:37 +0000 (12:07 +0300)
Rakefile

index 3c2ad1587a0644473ef19a7e39ea313deb48d57f..afd7fdd0892982155f3e607ead7479b16155a6d0 100644 (file)
--- 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