Merge pull request #19 from simplymeasured/feature/make-autorefresh-of-token-optional
[arvados.git] / 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