From 430cdbb4346bce907639a980d16bf1ed646d39f8 Mon Sep 17 00:00:00 2001 From: Giuseppe Carboni Date: Tue, 9 Feb 2021 10:36:21 +0100 Subject: [PATCH] Updated the .gitignore file in order to ignore the SlaLibrary directory --- .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