From f6987b3de25c31b9c0e9e69283bad0bdc97d6680 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Fri, 3 Jun 2016 21:32:51 +0300 Subject: [PATCH] Update the .gitignore file to exclude mysql headers on windows. Enable extra warnings in the sandbox project. --- .gitignore | 4 ++++ cbp/Sandbox.cbp | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1d3b2b56..a2676f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ /lib/ /obj/ sandbox/*.* +# MySQL on windows +/include/mysql/ +/config/mingw32/mysql/ +/config/mingw64/mysql/ # Projects *.layout diff --git a/cbp/Sandbox.cbp b/cbp/Sandbox.cbp index 143833bd..7fef30fb 100644 --- a/cbp/Sandbox.cbp +++ b/cbp/Sandbox.cbp @@ -156,6 +156,7 @@ +