⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271222 in webkit


Ignore:
Timestamp:
Jan 6, 2021, 6:56:16 PM (6 years ago)
Author:
ap@apple.com
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.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r271220 r271222  
     12021-01-06  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Make svn status ignore Python 3 __pycache__ directories.
     4
     5        Unreviewed.
     6
     7        Python 2 *.pyc files are still inconsistently handled via svn:ignore on each
     8        directory, but it is not worth cleaning up before GitHub move.
     9
     10        * Tools: Added property svn:global-ignores.
     11
    1122021-01-06  Fujii Hironori  <Hironori.Fujii@sony.com>
    213
  • trunk/Tools

    • Property svn:global-ignores set to
      __pycache__
Note: See TracChangeset for help on using the changeset viewer.