From 1fe3f25a256703f798b6f1fd69a9b7b37476f2df Mon Sep 17 00:00:00 2001 From: David Skoland Date: Sat, 18 Mar 2017 16:09:31 +0100 Subject: [PATCH] added shared libs to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index eaa5f0d..caf6669 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *~ *.db *.user +*.dll +*.so