From ff5ca5f7f85ca0d2a84a9e3dbfa7865aa86cac71 Mon Sep 17 00:00:00 2001
From: Calin Cristian Andrei <cristian.calin@outlook.com>
Date: Mon, 20 Dec 2021 08:50:14 +0000
Subject: [PATCH] add temp location to .gitignore

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 34e95456a..e0a47ac6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,3 +106,6 @@ roles/**/molecule/**/*.conf
 
 # macOS
 .DS_Store
+
+# Temp location used by our scripts
+scripts/tmp/
-- 
GitLab