From 9f02331d807e09dbef6192f28895c49283a01fef Mon Sep 17 00:00:00 2001 From: Sjoerd Mullender Date: Mon, 10 Jul 1995 11:58:31 +0000 Subject: Ignore a few more names when comparing directories. --- Demo/stdwin/wdiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). # -- cgit v0.12