build: clean up various other bits

.gitid, and some of the build directories from setup.py need to be cleaned
on 'clean'.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Tycho Andersen 2016-03-11 03:00:00 +03:00 committed by Pavel Emelyanov
parent 3d0fcc0715
commit 70afb3bde2
2 changed files with 2 additions and 0 deletions

View file

@ -147,6 +147,7 @@ clean: clean-built
$(call msg-clean, criu)
$(Q) $(RM) cscope.*
$(Q) $(RM) tags TAGS
$(Q) $(RM) .gitid
.PHONY: clean
#