]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - check-unused-files.py
- skip
[packages/rpm-build-tools.git] / 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.030444 seconds and 4 git commands to generate.