Browse Source

Fix hgignore

Frank-Rainer Grahl 2 years ago
parent
commit
7429214ea5

+ 37 - 0
mozilla-release/patches/1540286-68a1.patch

@@ -0,0 +1,37 @@
+# HG changeset patch
+# User Jason Orendorff <jorendorff@mozilla.com>
+# 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.

+ 1 - 0
mozilla-release/patches/series

@@ -8346,6 +8346,7 @@ servo-18569-57a1.patch
 1289049-2-57a1.patch
 1289049-3-57a1.patch
 1289049-4-57a1.patch
+1540286-68a1.patch
 1401293-57a1.patch
 1379406-57a1.patch
 servo-18571-57a1.patch

+ 37 - 0
repo/1540286-68a1.patch

@@ -0,0 +1,37 @@
+# HG changeset patch
+# User Jason Orendorff <jorendorff@mozilla.com>
+# 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.