From b55e6a8d74f6499999de54ba7129f97d8a5444d3 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 15 Mar 2018 17:03:25 -0700 Subject: [PATCH] add .gitignore create a .gitignore that ignores output created by Make Signed-off-by: David B. Kinder --- hypervisor/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 hypervisor/.gitignore diff --git a/hypervisor/.gitignore b/hypervisor/.gitignore new file mode 100644 index 000000000..567609b12 --- /dev/null +++ b/hypervisor/.gitignore @@ -0,0 +1 @@ +build/