2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

build: ignore/clean usr/

This directory is generated by the install-crit target, so let's .gitignore
it and clean it on `make clean`.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Tycho Andersen 2015-11-02 21:50:00 +03:00 committed by Pavel Emelyanov
parent e8e05d81e6
commit c64d8d229a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ protobuf-desc-gen.h
criu.pc
build
.gitid
usr/

View File

@ -284,6 +284,7 @@ clean: clean-built
$(Q) $(MAKE) -C pycriu $@
$(Q) $(RM) ./*.pyc
$(Q) $(RM) -r build
$(Q) $(RM) -r usr
distclean: clean
$(E) " DISTCLEAN"