]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - check-unused-files.py
unset GIT_EDITOR together with other GIT_* vars
[packages/rpm-build-tools.git] / check-unused-files.py
index c1ec3770c957fdee932517ae6fadf556ae4d1197..4ecc6a95816a7a062ca0d185f2e62166d44d2fd3 100755 (executable)
@@ -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):
This page took 0.027794 seconds and 4 git commands to generate.