From baf13553d070d1d85d6c873235eb529077c35aaf Mon Sep 17 00:00:00 2001 From: Skye Shaw Date: Fri, 4 Oct 2019 08:19:47 -0400 Subject: [PATCH] Ruby: ignore RuboCop remote inherited config files (#3197) --- Ruby.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index 96966965..e3200e0f 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -51,3 +51,6 @@ build-iPhoneSimulator/ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc + +# Used by RuboCop. Remote config files pulled in from inherit_from directive. +# .rubocop-https?--*