# HG changeset patch # User Jason Orendorff # Date 1553901369 0 # Node ID 5ba2aa96e2e44e5c817e517bf2a185c4beabb636 # Parent 0c1466f4418cf2b771903505364fcf4b2a3eab06 Bug 1540286 - Do not hgignore all filenames that contain GPATH and similar on case-insensitive filesystems. r=Callek Differential Revision: https://phabricator.services.mozilla.com/D25479 diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -88,20 +88,20 @@ # Ignore node_modules directories in devtools ^devtools/.*/node_modules/ # git checkout of libstagefright ^media/libstagefright/android$ # Tag files generated by GNU Global -GTAGS -GRTAGS -GSYMS -GPATH +(^|/)GTAGS$ +(^|/)GRTAGS$ +(^|/)GSYMS$ +(^|/)GPATH$ # Git clone directory for updating web-platform-tests ^testing/web-platform/sync/ # Third party metadata for web-platform-tests ^testing/web-platform/products/ # Android Gradle artifacts.