From a0b38e2dba6b602818ba422d9258e6ab5bcfe235 Mon Sep 17 00:00:00 2001
From: Guy Jacob <guy.jacob@intel.com>
Date: Tue, 28 Apr 2020 14:30:21 +0300
Subject: [PATCH] Update gitignore

---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1103027..879ebec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,8 +9,8 @@ __pycache__/
 .pytest_cache
 .cache
 pytest_collaterals/
-examples/ncf/run/
-examples/ncf/ml-20m*
+examples/ncf*/run/
+examples/ncf*/ml-20m*
 
 # GNMT sample
 examples/GNMT/data
-- 
GitLab