From 9a63ff462aa810361f29e7afc6fbedae8901f765 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Thu, 13 Feb 2014 09:12:27 -0700 Subject: [PATCH] Added more paths to gitignore for building --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cbf000a1d..c40a864eb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ *.dylib *.so +/release/ +/debug/ +/builds/ /other/ Release_MD/ Release/ -- GitLab