mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
Ignore a few more names when comparing directories.
This commit is contained in:
parent
611be707c2
commit
9f02331d80
@ -36,7 +36,7 @@ mk2arg = commands.mk2arg
|
|||||||
|
|
||||||
# List of names to ignore in dircmp()
|
# 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().
|
# Function to determine whether a name should be ignored in dircmp().
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user