# File lib/sinatra/reloader.rb, line 360 def dont_reload(*glob) Dir[*glob].each { |path| Watcher::List.for(self).ignore(path) } end