---
exclude: !ruby/regexp '/
  \.(?:
      tmp |
      swp
    )$
  |
  \.(?:
      autotest |
      byebug_history |
      gemtest |
      gitignore |
      hoerc |
      simplecov-prelude.rb
    )$
  |
  (?:
      appveyor |
      coveralls |
      pullreview |
      rubocop |
      travis
  )\.yml$
  |
  \b(?i:TAGS)$
  |
  \.(?:
      DS_Store |
      bundle |
      git |
      hg |
      idea |
      svn |
      vagrant
    )\/
  |
  [gG]emfile(?:\.lock)?
  |
  support\/hoe\/
  |
  \.gemspec$
  |
  Vagrantfile
  /x'
