From 95d26fab211d84b2854639a6b71ce65a27c0726f Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 5 Jan 2023 19:06:55 +0100 Subject: [PATCH] Add temporary files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9555f5e..42c9601 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /tests/output/ /tests/integration/inventory +/tests/integration/db_engine_version +/tests/integration/connector /changelogs/.plugin-cache.yaml *.swp