summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2019-01-25 21:50:42 -0500
committerAustin Ziegler <austin@zieglers.ca>2019-01-25 21:57:05 -0500
commit677acff04b23868e19b84e0f6a860dbc30a0f79a (patch)
tree7b39af7d9dd78bf477cf67c0aefaa94d666f78c1
parentf92bac824dd07e5d9476120904fc5027cf568498 (diff)
downloadmime-types-677acff04b23868e19b84e0f6a860dbc30a0f79a.tar.gz
Update .hoerc to exclude files cleanly
-rw-r--r--.hoerc40
1 files changed, 31 insertions, 9 deletions
diff --git a/.hoerc b/.hoerc
index d31a3d5..8d26576 100644
--- a/.hoerc
+++ b/.hoerc
@@ -1,13 +1,11 @@
---
exclude: !ruby/regexp '/
- \.(tmp|swp)$
- |
- \.(?:autotest|gemtest|gitignore|hoerc|minitest.rb|simplecov-prelude.rb)
- |
- ^(?i:TAGS)
+ \.(?:
+ tmp |
+ swp
+ )$
|
\.(?:
- DS_Store|
bundle|
git|
hg|
@@ -18,11 +16,35 @@ exclude: !ruby/regexp '/
|
[gG]emfile(?:\.lock)?
|
- support\/
+ (?:
+ support |
+ research
+ )\/
|
- \.(?:coveralls|pullreview|travis|rubocop.*)\.yml
+ \.(?:
+ appveyor |
+ coveralls |
+ pullreview |
+ rubocop.* |
+ travis |
+ unused
+ )\.yml$
|
- .byebug_history
+ (?i:TAGS)$
+ |
+ \.(?:
+ DS_Store |
+ autotest |
+ byebug_history |
+ gemtest |
+ gitattributes |
+ gitignore |
+ hoerc |
+ minitest.rb |
+ simplecov-prelude.rb
+ )$
|
\.gemspec$
+ |
+ ^Vagrantfile$
/x'