Created
          April 22, 2012 05:38 
        
      - 
      
- 
        Save theskumar/2457771 to your computer and use it in GitHub Desktop. 
    csharp .gitignore file
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [Oo]bj | |
| [Bb]in | |
| *.user | |
| *.suo | |
| *.[Cc]ache | |
| *.bak | |
| *.ncb | |
| *.log | |
| *.DS_Store | |
| [Tt]humbs.db | |
| _ReSharper.* | |
| *.resharper | |
| Ankh.NoLoad | |
| *.aps | |
| *.pch | |
| *.vspscc | |
| *.vssscc | |
| *_i.c | |
| *_p.c | |
| *.suo | |
| *.tlb | |
| *.tlh | |
| *.bak | |
| *.[Cc]ache | |
| *.ilk | |
| *.log | |
| *.lib | |
| *.sbr | |
| *.sdf | |
| *.opensdf | |
| *.unsuccessfulbuild | |
| ipch/ | |
| obj/ | |
| [Bb]in | |
| [Dd]ebug*/ | |
| [Rr]elease*/ | |
| Ankh.NoLoad | |
| #Project files | |
| [Bb]uild/ | |
| #Subversion files | |
| .svn | |
| # Office Temp Files | |
| ~$* | |
| #NuGet | |
| packages/ | |
| # custom project specific | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment