From: Arkadiusz Miƛkiewicz Date: Fri, 3 Jul 2009 06:58:03 +0000 (+0000) Subject: Ignore more files. X-Git-Tag: auto/th/rpm-build-tools-4.5-5~7^2~116 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=d9dbc94041a18c1a969782c6a040ce587f180d48;p=packages%2Frpm-build-tools.git Ignore more files. Changed files: check-unused-files.py -> 1.3 --- diff --git a/check-unused-files.py b/check-unused-files.py index 17edd93..0ee79a9 100644 --- a/check-unused-files.py +++ b/check-unused-files.py @@ -35,7 +35,7 @@ obsolete = [] for file in os.listdir(dir): file = os.path.basename(file) - if file in [ '.', '..', 'CVS', '.cvsignore', spec ]: + if file in [ '.', '..', 'CVS', '.cvsignore', 'dropin', 'md5', 'adapter', 'builder', 'relup.sh', 'compile.sh', 'repackage.sh', spec ]: continue if file not in files: print "Obsolete file: %s" % file