]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
exclude .bigfiles and sources being from cleaned up
authorElan Ruusamäe <glen@delfi.ee>
Thu, 5 Sep 2013 21:34:32 +0000 (00:34 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 5 Sep 2013 21:34:32 +0000 (00:34 +0300)
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.029293 seconds and 4 git commands to generate.