]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- skip
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Aug 2010 11:31:10 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check-unused-files.py -> 1.11

check-unused-files.py

index 8e62ea95528455a6f5aa8ca56d2c7d1ddf2f7d32..e13f3454f51d1ba608cbe8f185763b66f7ceb280 100644 (file)
@@ -41,7 +41,7 @@ def blacklisted(file):
     if file == os.path.basename(spec):
         return True
 
-    if file in [ '.', '..', 'CVS', '.cvsignore', 'dropin', 'md5', 'adapter', 'builder',
+    if file in [ '.', '..', 'CVS', '.cvsignore', 'dropin', 'md5', 'adapter', 'builder', 'pldnotify.awk',
             'relup.sh', 'compile.sh', 'repackage.sh', 'pearize.sh', 'rsync.sh', 'TODO']:
         return True
 
This page took 0.030268 seconds and 4 git commands to generate.