commit 6c3972e01d9f80ebaa21401b8d94f4299874c99d
Author: Elan Ruusamäe <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to