From 3bbf97b47347b33558f160c9ca277b9cf1bfb2d8 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Mon, 11 Feb 2019 13:37:44 +0000 Subject: [PATCH] Bug 1525638 - Let hg ignore the build directories of WebRender standalone builds. r=ted Differential Revision: https://phabricator.services.mozilla.com/D18852 --HG-- extra : moz-landing-system : lando --- .hgignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hgignore b/.hgignore index 7b3a8cb5ca96..cb1cfe025eba 100644 --- a/.hgignore +++ b/.hgignore @@ -190,3 +190,6 @@ tps_result\.json # Ignore file generated by lalrpop at build time. ^third_party/rust/lalrpop/src/parser/lrgrammar.rs + +# Ignore the build directories of WebRender standalone builds. +gfx/wr/target/