From bd286b065857f5f872182511ddd7f87e82a93683 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sun, 15 Mar 2020 22:27:33 +0200 Subject: [PATCH] git: Skip .kitchen files I use kitchen (https://github.com/test-kitchen/kitchen-vagrant) for development labs environment. Just skip those garbage files. Signed-off-by: Donatas Abraitis --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ca61140d00..8c61aeb9c5 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ compile_commands.json .dirstamp refix .vscode +.kitchen -- 2.39.5