mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
add some patterns to hgignore
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5815 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -9,8 +9,10 @@ Binary
|
|||||||
*.suo
|
*.suo
|
||||||
*.vcproj.*.user
|
*.vcproj.*.user
|
||||||
*/Win32/Release
|
*/Win32/Release
|
||||||
|
*/Win32/DebugFast
|
||||||
*/Win32/Debug
|
*/Win32/Debug
|
||||||
*/x64/Release
|
*/x64/Release
|
||||||
|
*/x64/DebugFast
|
||||||
*/x64/Debug
|
*/x64/Debug
|
||||||
Source/Release
|
Source/Release
|
||||||
Source/Debug
|
Source/Debug
|
||||||
@ -20,3 +22,6 @@ Externals/wxWidgets/lib/vc_lib/msw
|
|||||||
Externals/wxWidgets/lib/vc_lib/mswd
|
Externals/wxWidgets/lib/vc_lib/mswd
|
||||||
Externals/wxWidgets/lib/vc_lib/Win32
|
Externals/wxWidgets/lib/vc_lib/Win32
|
||||||
Externals/wxWidgets/lib/vc_lib/x64
|
Externals/wxWidgets/lib/vc_lib/x64
|
||||||
|
*.svn*
|
||||||
|
Data/User/GameConfig
|
||||||
|
Data/User/Shaders
|
Reference in New Issue
Block a user