Ignore a few more names when comparing directories.

This commit is contained in:
Sjoerd Mullender 1995-07-10 11:58:31 +00:00
parent 611be707c2
commit 9f02331d80
1 changed files with 1 additions and 1 deletions

View File

@ -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().
#