From 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 22 Jan 2012 16:26:49 -0500 Subject: [PATCH] Also ignore "ChangeLog" in manifests --- test/shaping/hb_test_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py index b564c2451..aeecb4595 100644 --- a/test/shaping/hb_test_tools.py +++ b/test/shaping/hb_test_tools.py @@ -295,7 +295,7 @@ class Manifest: for dirpath, dirnames, filenames in os.walk (s, followlinks=True): - for f in ["MANIFEST", "README", "LICENSE", "COPYING", "AUTHORS", "SOURCES"]: + for f in ["MANIFEST", "README", "LICENSE", "COPYING", "AUTHORS", "SOURCES", "ChangeLog"]: if f in dirnames: dirnames.remove (f) if f in filenames: