summaryrefslogtreecommitdiff
path: root/.hoerc
blob: 7922c875b1cefac47a5f9ef436c3c56ff38c73d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
exclude: !ruby/regexp '/
  \.(?:
      tmp |
      swp
    )$
  |
  \.(?:
      autotest |
      byebug_history |
      gemtest |
      gitignore |
      hoerc |
      minitest.rb |
      simplecov-prelude.rb)$
  |
  \.(?:
      coveralls |
      pullreview |
      travis |
      appveyor
     )\.yml$
  |
  (?i:TAGS)$
  |
  \.(?:
      DS_Store|
      bundle|
      git|
      hg|
      idea|
      svn|
      vagrant
    )\/
  |
  [gG]emfile(?:\.lock)?
  |
  support\/
  |
  research\/
  |
  \.gemspec$
  |
  Vagrantfile
  /x'