[packages/rpm-build-tools] exclude .bigfiles and sources being from cleaned up

glen glen at pld-linux.org
Thu Sep 5 23:34:36 CEST 2013


commit 6c3972e01d9f80ebaa21401b8d94f4299874c99d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Sep 6 00:34:32 2013 +0300

    exclude .bigfiles and sources being from cleaned up

 check-unused-files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/check-unused-files.py b/check-unused-files.py
index c1ec377..4ecc6a9 100755
--- a/check-unused-files.py
+++ b/check-unused-files.py
@@ -38,7 +38,7 @@ for l in out.split('\n'):
 obsolete = []
 
 # files to exclude
-exclude = ['log.*', '.#*', '*~', '*.orig', '*.sw?']
+exclude = ['log.*', '.#*', '*~', '*.orig', '*.sw?', '.bigfiles', 'sources']
 
 # read .gitignore, distfiles files are filled there
 if os.path.isfile('%s/.gitignore' % dir):
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/6c3972e01d9f80ebaa21401b8d94f4299874c99d



More information about the pld-cvs-commit mailing list