]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ignore a few more names when comparing directories.
authorSjoerd Mullender <sjoerd@acm.org>
Mon, 10 Jul 1995 11:58:31 +0000 (11:58 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Mon, 10 Jul 1995 11:58:31 +0000 (11:58 +0000)
Demo/stdwin/wdiff.py

index 3bad49968a340eb9d610c2132660120d83596ec2..60be86dcf64cc066f7629b4ae80b38e3ba16d02e 100755 (executable)
@@ -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().
 #