Tortoise SVN – My global ignore pattern (C# and R#)

Don’t know what I’m talking about? Read this.
I’m tired of having to recreate this over and over again so I had to make a note somewhere.
1
*\bin* *\obj* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache

Update

Meanwhile I am maintaining ignore patterns for svn, git and hg here:
https://github.com/lcorneliussen/xignore/
1
.git target* *\bin *\bin\* *\obj *\obj\* *.suo *.user *.bak *.ReSharper** **\_ReSharper.** **\StyleCop.Cache **\*.dotCover *.releaseBackup release.properties *.versionsBackup *.diff *.vssscc *.vspscc *.scc

8 Responses

  1.  
    0
     
    0
     
    Rate This
    Very usefull =)
    quick question what do you use for your displaying your code on your blog?
    also another question about resharper how do you make the summary in the file header to go away and only show the copyright information?
    thanks

  2.  
    0
     
    0
     
    Rate This
    Hi. I use the Sourcecode plugin in wordpress (on wordpress.com)
    It’s just a sourcecode tag in squarebrackets + a language attribute. Without spaces between [ and sourcecode:

    [ sourcecode language="xml" ]

    [ /sourcecode ]

    ....
    1
    <xml/>

  3.  
    0
     
    0
     
    Rate This
    >also another question about resharper how do you make the summary in the file header to go away and only show the copyright information?
    Sorry, don’t really get your question. Resharper has a option where you can put in a file header. And with StyleCopForResharper the file header can be inserted automatically.

  4. on May 9, 2009 at 2:13 | Reply eibach06
     
    0
     
    0
     
    Rate This
    Hey, it says here http://www.hockblogs.net/post/2008/10/4-great-Resharper-tips-for-use-with-StyleCop!.aspx
    that it will show the summary aswell as the copyright do you know what im talking about?
    I tried to create my own custom header but it does not seem to work. it still puts the summary in there as well.

  5.  
    1
     
    0
     
    Rate This
    Be very carefull using this pattern, it will also ignore files like com_bin_er.cs and my_obj_ect.cs!!!
    you might want to use this:
    *\bin *\bin\* *\obj *\obj\* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache

  6.  
    0
     
    0
     
    Rate This
    Does it matter if you’re adding files or directories?

  7.  
    0
     
    0
     
    Rate This
    Don’t know what I’m talking about? Read this. –> The link is dead…

  8.  
    0
     
    0
     
    Rate This
    Here’s the correct link:
    http://archive.arcware.net/2008/12/04/tortoisesvn-global-ignore-pattern-vs-svnignore/
    The link was archived.

    Source: http://startbigthinksmall.wordpress.com/2009/02/18/tortoise-svn-my-global-ignore-pattern-c-and-r/

Nhận xét

Bài đăng phổ biến từ blog này

Khôi phục phân vùng ổ cứng do ghost nhầm theo Hieuit.net

Cách sử dụng 2 phương thức [httppost] và [httpget] trong MVC theo https://dzungdt.wordpress.com

MVC định dạng tiền tệ vnđ - Format currency vnd in MVC