From a0e4c883514595de6198924534c5e7280343ff4b Mon Sep 17 00:00:00 2001 From: David Galeano Date: Mon, 26 Sep 2011 12:09:20 +0100 Subject: [PATCH] Ignoring Release build and opensdf files. Signed-off-by: David Galeano --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ba997985..5431dbcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ output/ win32port/ipch/ win32port/Debug*/ +win32port/Release*/ win32port/server/Debug*/ win32port/server/Release*/ win32port/client/Debug*/ @@ -10,5 +11,6 @@ win32port/libwebsocketswin32/Release*/ win32port/zlib/Debug*/ win32port/zlib/Release*/ *.vcxproj.user +*.opensdf *.sdf *.suo