]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
Ignore more files.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Jul 2009 06:58:03 +0000 (06:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check-unused-files.py -> 1.3

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.033781 seconds and 4 git commands to generate.