[CRIU] [PATCH 6/6] git: add /dev to test/.gitignore
Filipe Brandenburger
filbranden at google.com
Tue Jun 17 20:33:54 PDT 2014
The /dev directory is also created by zdtm when running ns/ enabled tests.
Add it to the list, together with entries such as /bin and /lib.
Signed-off-by: Filipe Brandenburger <filbranden at google.com>
---
test/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/.gitignore b/test/.gitignore
index 60b8cdf8ec89..9f00af71eed5 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -1,5 +1,6 @@
/lib
/lib64
/bin
+/dev
/dump
/*.log
--
1.9.3
More information about the CRIU
mailing list