summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>1995-07-10 11:58:31 (GMT)
committerSjoerd Mullender <sjoerd@acm.org>1995-07-10 11:58:31 (GMT)
commit9f02331d807e09dbef6192f28895c49283a01fef (patch)
treeeae2efebd162654181144edc4ed05446cb214248 /Demo
parent611be707c28d547296614558b18f49083029e4fb (diff)
downloadcpython-9f02331d807e09dbef6192f28895c49283a01fef.zip
cpython-9f02331d807e09dbef6192f28895c49283a01fef.tar.gz
cpython-9f02331d807e09dbef6192f28895c49283a01fef.tar.bz2
Ignore a few more names when comparing directories.
Diffstat (limited to 'Demo')
-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().
#