From 599a4c974d949ef5fc587f3084f5c88ac23539e5 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 29 Jun 2010 22:51:40 +0000 Subject: [PATCH] add some patterns to hgignore git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5815 8ced0084-cf51-0410-be5f-012b33b47a6e --- .hgignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index d359997953..3936c51048 100644 --- a/.hgignore +++ b/.hgignore @@ -9,8 +9,10 @@ Binary *.suo *.vcproj.*.user */Win32/Release +*/Win32/DebugFast */Win32/Debug */x64/Release +*/x64/DebugFast */x64/Debug Source/Release Source/Debug @@ -19,4 +21,7 @@ Source/Core/Common/Src/svnrev.h Externals/wxWidgets/lib/vc_lib/msw Externals/wxWidgets/lib/vc_lib/mswd Externals/wxWidgets/lib/vc_lib/Win32 -Externals/wxWidgets/lib/vc_lib/x64 \ No newline at end of file +Externals/wxWidgets/lib/vc_lib/x64 +*.svn* +Data/User/GameConfig +Data/User/Shaders \ No newline at end of file