summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xDemo/stdwin/wdiff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/stdwin/wdiff.py b/Demo/stdwin/wdiff.py
index 3bad499..60be86d 100755
--- a/Demo/stdwin/wdiff.py
+++ b/Demo/stdwin/wdiff.py
@@ -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().
#