]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - check-unused-files.py
Ignore more files.
[packages/rpm-build-tools.git] / check-unused-files.py
index 17edd93789457309bd0f37629fcefea160d2911f..0ee79a94f15e6e36203f9a633706936600c13e76 100644 (file)
@@ -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
This page took 0.023755 seconds and 4 git commands to generate.