Title: [287427] trunk
Revision
287427
Author
simon.fra...@apple.com
Date
2021-12-24 08:57:47 -0800 (Fri, 24 Dec 2021)

Log Message

Add __pycache__ and DerivedData to the .gitignore file
https://bugs.webkit.org/show_bug.cgi?id=234656

Reviewed by Daniel Bates.

* .gitignore:

Modified Paths

Diff

Modified: trunk/.gitignore (287426 => 287427)


--- trunk/.gitignore	2021-12-24 16:46:59 UTC (rev 287426)
+++ trunk/.gitignore	2021-12-24 16:57:47 UTC (rev 287427)
@@ -9,6 +9,7 @@
 autoinstall.cache.d
 project.xcworkspace
 xcuserdata
+DerivedData
 .mailmap
 
 # Ignore Buildstream local files
@@ -34,6 +35,7 @@
 .cache
 .clangd
 compile_commands.json
+__pycache__
 
 # Ignore CMake caches outside of the build directory.
 __cmake_systeminformation/

Modified: trunk/ChangeLog (287426 => 287427)


--- trunk/ChangeLog	2021-12-24 16:46:59 UTC (rev 287426)
+++ trunk/ChangeLog	2021-12-24 16:57:47 UTC (rev 287427)
@@ -1,3 +1,12 @@
+2021-12-24  Simon Fraser  <simon.fra...@apple.com>
+
+        Add __pycache__ and DerivedData to the .gitignore file
+        https://bugs.webkit.org/show_bug.cgi?id=234656
+
+        Reviewed by Daniel Bates.
+
+        * .gitignore:
+
 2021-12-23  Fujii Hironori  <hironori.fu...@sony.com>
 
         REGRESSION(r287412)[WinCairo] error C2338: You've instantiated std::aligned_storage<Len, Align> with an extended alignment (in other words, Align > alignof(max_align_t)).
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to