From 9e0a6c9f5e357a82e0c13f155c6015ef5b588d75 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 19 Dec 2015 09:16:33 +0100 Subject: [PATCH] cleanup: remove all generated .bash-completion files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0eb479ef..9e465cb2 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ upload: .PHONY: clean clean: - rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp qm.bash-completion + rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp *.bash-completion find . -name '*~' -exec rm {} ';'