X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=check-unused-files.py;h=4ecc6a95816a7a062ca0d185f2e62166d44d2fd3;hb=b7a1be2;hp=c1ec3770c957fdee932517ae6fadf556ae4d1197;hpb=b8f9713d4e0236abb18fe2dedb64c615e401d99e;p=packages%2Frpm-build-tools.git 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):