diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-07T12·45+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-07T12·45+0000 |
commit | df5cdf02a81d333d27ca9f19ed0fce74ef9e5146 (patch) | |
tree | 4163bcb8ea3868cdde331e3bcb7ac2fef3a178a1 | |
parent | ec42a67569d1f34cf89527c0e2a54fb588ca73af (diff) |
chore: Exclude //third_party from ripgrep searches r/480
-rw-r--r-- | .rgignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rgignore b/.rgignore new file mode 100644 index 000000000000..76b510c710f0 --- /dev/null +++ b/.rgignore @@ -0,0 +1 @@ +third_party/ |