Title: [271222] trunk
- Revision
- 271222
- Author
- [email protected]
- Date
- 2021-01-06 18:56:16 -0800 (Wed, 06 Jan 2021)
Log Message
Make svn status ignore Python 3 __pycache__ directories.
Unreviewed.
Python 2 *.pyc files are still inconsistently handled via svn:ignore on each
directory, but it is not worth cleaning up before GitHub move.
* Tools: Added property svn:global-ignores.
Modified Paths
Property Changed
Diff
Modified: trunk/ChangeLog (271221 => 271222)
--- trunk/ChangeLog 2021-01-07 01:50:34 UTC (rev 271221)
+++ trunk/ChangeLog 2021-01-07 02:56:16 UTC (rev 271222)
@@ -1,3 +1,14 @@
+2021-01-06 Alexey Proskuryakov <[email protected]>
+
+ Make svn status ignore Python 3 __pycache__ directories.
+
+ Unreviewed.
+
+ Python 2 *.pyc files are still inconsistently handled via svn:ignore on each
+ directory, but it is not worth cleaning up before GitHub move.
+
+ * Tools: Added property svn:global-ignores.
+
2021-01-06 Fujii Hironori <[email protected]>
[GTK][CMake] Add a build switch USE_OPENGL_OR_ES to be able to disable OpenGL and ES
Index: trunk/Tools
===================================================================
--- trunk/Tools 2021-01-07 01:50:34 UTC (rev 271221)
+++ trunk/Tools 2021-01-07 02:56:16 UTC (rev 271222)
Property changes: trunk/Tools
Added: svn:global-ignores
+__pycache__
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes