Title: [239060] trunk
Revision
239060
Author
[email protected]
Date
2018-12-10 16:35:51 -0800 (Mon, 10 Dec 2018)

Log Message

Add test262-results directory to .gitignore.
https://bugs.webkit.org/show_bug.cgi?id=192547

Reviewed by Dean Jackson.

* .gitignore:

Modified Paths

Diff

Modified: trunk/.gitignore (239059 => 239060)


--- trunk/.gitignore	2018-12-11 00:32:38 UTC (rev 239059)
+++ trunk/.gitignore	2018-12-11 00:35:51 UTC (rev 239060)
@@ -7,6 +7,7 @@
 build/
 !/PerformanceTests/Speedometer/**/build/
 /WebKitBuild/
+/test262-results/
 autoinstall.cache.d
 project.xcworkspace
 xcuserdata

Modified: trunk/ChangeLog (239059 => 239060)


--- trunk/ChangeLog	2018-12-11 00:32:38 UTC (rev 239059)
+++ trunk/ChangeLog	2018-12-11 00:35:51 UTC (rev 239060)
@@ -1,3 +1,12 @@
+2018-12-10  Ross Kirsling  <[email protected]>
+
+        Add test262-results directory to .gitignore.
+        https://bugs.webkit.org/show_bug.cgi?id=192547
+
+        Reviewed by Dean Jackson.
+
+        * .gitignore:
+
 2018-12-06  Carlos Eduardo Ramalho  <[email protected]>
 
         [GStreamer] -DENABLE_VIDEO=ON -DENABLE_OPENGL=OFF still tries to build GstreamerGL
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to