1540286-68a1.patch 933 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # HG changeset patch
  2. # User Jason Orendorff <jorendorff@mozilla.com>
  3. # Date 1553901369 0
  4. # Node ID 5ba2aa96e2e44e5c817e517bf2a185c4beabb636
  5. # Parent 0c1466f4418cf2b771903505364fcf4b2a3eab06
  6. Bug 1540286 - Do not hgignore all filenames that contain GPATH and similar on case-insensitive filesystems. r=Callek
  7. Differential Revision: https://phabricator.services.mozilla.com/D25479
  8. diff --git a/.hgignore b/.hgignore
  9. --- a/.hgignore
  10. +++ b/.hgignore
  11. @@ -88,20 +88,20 @@
  12. # Ignore node_modules directories in devtools
  13. ^devtools/.*/node_modules/
  14. # git checkout of libstagefright
  15. ^media/libstagefright/android$
  16. # Tag files generated by GNU Global
  17. -GTAGS
  18. -GRTAGS
  19. -GSYMS
  20. -GPATH
  21. +(^|/)GTAGS$
  22. +(^|/)GRTAGS$
  23. +(^|/)GSYMS$
  24. +(^|/)GPATH$
  25. # Git clone directory for updating web-platform-tests
  26. ^testing/web-platform/sync/
  27. # Third party metadata for web-platform-tests
  28. ^testing/web-platform/products/
  29. # Android Gradle artifacts.