From 51c1ac87391ab28dbaff4cf40e481fccfe667088 Mon Sep 17 00:00:00 2001 From: Karsten Suehring Date: Tue, 14 Aug 2018 11:18:09 +0200 Subject: [PATCH] update .gitignore file to properly match excluded paths --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5378d7d..3e10557 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ dec.yuv rec.yuv str.bin -./build -./bin -./lib +/build/ +/bin/ +/lib/ core deploy *.sdf -- 2.22.0