From 9a23ba563b116ba20445194d24882f9a9332c35b Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 16 Mar 2017 10:51:07 +0100 Subject: added somes files and folders to ignore in .gitignore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Collignon --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ef5010d5..1d264557 100755 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ .kdev4/ build*/ *.kdev4 +bin/ +*.vcxproj.user +obj/ -- cgit