From 8cf538a70977a7a5e9fddb199143adb8f6a69cf9 Mon Sep 17 00:00:00 2001
From: Giuseppe Carboni <giuseppecarboni89@live.com>
Date: Tue, 9 Feb 2021 10:41:20 +0100
Subject: [PATCH] Updated the .gitignore file in order to ignore the SlaLibrary
 directory (#581)

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

diff --git a/.gitignore b/.gitignore
index e13d7c057..98dce20ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@ object/
 *.swp
 *.pyc
 
+# Ignore the SliLibrary directory
+Common/Libraries/SlaLibrary
+
 # Files generated by the building process
 Common/Clients/CaltoolClient/src/calibrationtool_ui.py
 Common/Clients/CaltoolClient/src/calibrationtool_ui.pye
-- 
GitLab