Tuesday 22 July 2008

svn ignore list for C# / Visual Studio files

This is a list of ignore items I find useful. It includes the Ankh and Resharper addons. Note that it also includes the .dll files, which sometimes might be needed, for example if we don't have the source code or for some other reason we don't want to build the dll. In this case if the ignore is applied recursively, we need to manually allow the dll in the directory of interest.

*.suo
*.user
Ankh.*
Bin
*.exe
*.pdb
*.resharper
*.gpState
_ReSharper.*
*/bin
*/obj
*/Release
*/Debug
*.err
*.log
*.obj
*.bin
*.dll
*.LOG
[tT]emp
[tT]empPE
thumbs.db

No comments: