From 93dcf842637b4c67b109295c21c135cd0eb53520 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Tue, 22 Mar 2016 02:30:56 +0200 Subject: [PATCH] Fixed the gitignore to not exclude the squirrel library. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8100965..1d3b2b56 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,9 @@ *.so # Directories -bin/ -lib/ -obj/ +/bin/ +/lib/ +/obj/ sandbox/*.* # Projects