From ab90816c41d9d90ae1ccc5899a18169050c9f8c0 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 26 Aug 2016 17:40:41 +0100 Subject: [PATCH] A few .gitignore updates (#308) * gitignore: Use absolute paths git status will only match the ignored path from the root of the repository, a very slightly more accurate way to ignore those files. Signed-off-by: Damien Lespiau * gitignore: Ignore the /output directory Test artifacts are now generated in /output, so update the .gitignore file accordingly. Signed-off-by: Damien Lespiau --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4109a6d..b76083b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -containerd/containerd -containerd-shim/containerd-shim -bin/ -ctr/ctr -hack/benchmark *.exe -integration-test/test-artifacts +/containerd/containerd +/containerd-shim/containerd-shim +/bin/ +/ctr/ctr +/hack/benchmark +/output