Commit c64d8d22 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

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: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e8e05d81
...@@ -33,3 +33,4 @@ protobuf-desc-gen.h ...@@ -33,3 +33,4 @@ protobuf-desc-gen.h
criu.pc criu.pc
build build
.gitid .gitid
usr/
...@@ -284,6 +284,7 @@ clean: clean-built ...@@ -284,6 +284,7 @@ clean: clean-built
$(Q) $(MAKE) -C pycriu $@ $(Q) $(MAKE) -C pycriu $@
$(Q) $(RM) ./*.pyc $(Q) $(RM) ./*.pyc
$(Q) $(RM) -r build $(Q) $(RM) -r build
$(Q) $(RM) -r usr
distclean: clean distclean: clean
$(E) " DISTCLEAN" $(E) " DISTCLEAN"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment