From 8438283539e235afb2f3f884aab5ce15fc287c98 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Tue, 13 Aug 2019 19:52:54 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec0d169f..73fc2516 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ *.so # Directories -/bin/ +/bin/* /lib/ /obj/ /sandbox/*.* @@ -20,4 +20,6 @@ # Leftovers *.[Oo]bj *.[Pp]ch -bin/bootstrap.nut + +# Exclude +!/bin/demo \ No newline at end of file