mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
e8e05d81e6
commit
c64d8d229a
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue