Title: [265128] trunk/Tools
Revision
265128
Author
jbed...@apple.com
Date
2020-07-30 20:25:33 -0700 (Thu, 30 Jul 2020)

Log Message

[webkitcorepy] Add an auto-installer (Unreviewed follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=214606

Unreviewed development nit.

* .gitignore: Add Scripts/libraries/autoinstalled to .gitignore.

Modified Paths

Diff

Modified: trunk/Tools/.gitignore (265127 => 265128)


--- trunk/Tools/.gitignore	2020-07-31 03:18:12 UTC (rev 265127)
+++ trunk/Tools/.gitignore	2020-07-31 03:25:33 UTC (rev 265128)
@@ -1,4 +1,5 @@
 Scripts/webkitpy/thirdparty/autoinstalled
+Scripts/libraries/autoinstalled
 
 # Ignore files generated by the Qt build-system:
 qmake/.build-hint

Modified: trunk/Tools/ChangeLog (265127 => 265128)


--- trunk/Tools/ChangeLog	2020-07-31 03:18:12 UTC (rev 265127)
+++ trunk/Tools/ChangeLog	2020-07-31 03:25:33 UTC (rev 265128)
@@ -1,3 +1,12 @@
+2020-07-30  Jonathan Bedard  <jbed...@apple.com>
+
+        [webkitcorepy] Add an auto-installer (Unreviewed follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=214606
+
+        Unreviewed development nit.
+
+        * .gitignore: Add Scripts/libraries/autoinstalled to .gitignore.
+
 2020-07-30  Fujii Hironori  <hironori.fu...@sony.com>
 
         webkitpy: If LC_ALL is set to a empty string, svn doesn't use the password store
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to