mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Ignore a few more names when comparing directories.
This commit is contained in:
parent
611be707c2
commit
9f02331d80
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ mk2arg = commands.mk2arg
|
|||
|
||||
# List of names to ignore in dircmp()
|
||||
#
|
||||
skiplist = ['RCS', '.Amake', 'tags', '.', '..']
|
||||
skiplist = ['RCS', 'CVS', '.Amake', 'tags', 'TAGS', '.', '..']
|
||||
|
||||
# Function to determine whether a name should be ignored in dircmp().
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue