From 07812d137e6858ba14dc318df2867d7e4fcbcc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Gom=C3=A8s?= Date: Thu, 2 May 2024 18:28:22 +0000 Subject: [PATCH] Bug 1894619 - Remove the invalid regex escape sequences in .hgignore. r=sheehan The `.gitignore` was corrected in b385fda59641, but not the `.hgignore`. Differential Revision: https://phabricator.services.mozilla.com/D209205 --- .hgignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.hgignore b/.hgignore index 893202a6b224..f6ebd9f4d8ec 100644 --- a/.hgignore +++ b/.hgignore @@ -209,17 +209,17 @@ _OPT\.OBJ/ ^mobile/android/gradle/\.gradle # Android build cache -^mobile/android/.*\/.build-cache -^mobile/android/.*\/.gradle -^mobile/android/.*\/build -^mobile/android/.*\/bin -^mobile/android/.*\/generated +^mobile/android/.*/.build-cache +^mobile/android/.*/.gradle +^mobile/android/.*/build +^mobile/android/.*/bin +^mobile/android/.*/generated # Android local.properties -^mobile/android/.*\/local.properties +^mobile/android/.*/local.properties # Android - Web extensions: manifest.json files are generated -^mobile/android/.*\/manifest.json +^mobile/android/.*/manifest.json # XCode project cruft ^[^/]*\.xcodeproj/