Tuesday, April 24, 2012

tortoise svn global ignore pattern

Especially it gets messy, when using resharper. On looking up the changed (modified) list of files (or try to do svn commit ) throws up huge list of garbage., I use the below pattern to ignore most of them:

*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store Thumbs.db *.h2 *.ncb *.opt *.plg *.aps *.suo *_i.c *_p.c *.user *.webinfo Debug DebugD DebugM DebugTst Release ReleaseD ReleaseM ReleaseMinDependency Debug_DLL Release_DLL Debug_DLL_Unicode Release_DLL_Unicode bin obj *.sdf ipch *\bin *\bin\* *\obj *\obj\* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache.


It could be added into the Subversion -> Global ignore pattern of the TortoiseSVN - General dialog
Want to have this somewhere., so posting it here.,