[CRIU] [PATCH] test/Makefile: clean zdtm-tst-list
Andrey Vagin
avagin at openvz.org
Fri Jan 23 04:10:44 PST 2015
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/.gitignore | 1 +
test/Makefile | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/.gitignore b/test/.gitignore
index d53c959..3c80624 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -6,3 +6,4 @@
/tmp
/*.log
/zdtm_ct
+/zdtm-tst-list
diff --git a/test/Makefile b/test/Makefile
index 44a414c..7a2688a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -44,7 +44,7 @@ fault-injection: .FORCE
override CFLAGS += -D_GNU_SOURCE
clean:
- $(RM) zdtm_ct
+ $(RM) zdtm_ct zdtm-tst-list
$(Q) $(RM) -r ./lib/
$(Q) $(RM) -r ./lib64/
$(Q) $(RM) -r ./dump/
--
1.9.3
More information about the CRIU
mailing list