]> git.proxmox.com Git - lvm.git/commitdiff
buildsys: clean up *.buildinfo
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 20 Mar 2017 08:56:07 +0000 (09:56 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 20 Mar 2017 09:17:35 +0000 (10:17 +0100)
Makefile

index 8389e2dc06a7842c3c7f28f8918b87859070175a..9050065a6cda74ebc6d69f15b18fba5a0f83d04e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,5 +49,5 @@ upload: ${DEBS}
 
 .PHONY: clean
 clean:
-       rm -rf *~ *_${ARCH}.deb *_${ARCH}.udeb *.changes *.dsc ${LVMDIR}
+       rm -rf *~ *_${ARCH}.deb *_${ARCH}.udeb *.changes *.dsc *.buildinfo ${LVMDIR}
        find . -name '*~' -exec rm {} ';'