Kaydet (Commit) 9f02331d authored tarafından Sjoerd Mullender's avatar Sjoerd Mullender

Ignore a few more names when comparing directories.

üst 611be707
...@@ -36,7 +36,7 @@ mk2arg = commands.mk2arg ...@@ -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().
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment