From aa53eb7b1b575f9bf9a82788ed01cddbf760b52c Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 7 Jan 2022 17:28:08 +0100 Subject: [PATCH] build: Ingore default .build directory Signed-off-by: Daniel Wagner --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8813043e..0745eff7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ cscope.* tests/__pycache__ tests/nvmetests tests/*.pyc + +.build \ No newline at end of file -- 2.50.1