Skip to content

Commit

Permalink
Adding the .hgignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
loarabia committed Jan 8, 2011
1 parent de1bf2c commit cb6156d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .hgignore
@@ -0,0 +1,22 @@
#use glob syntax.
syntax: glob
TestResults\*
*\Bin\*
*\ClientBin\*.xap
*\obj\*
*.pdb
*.dll
*.[C|c]ache
*.suo
*.hgignore*
*.sln.orig
*.CodeAnalysisLog.xml
*.vsmdi
*.FileListAbsolute.txt
*.lastcodeanalysissucceeded
*.user
*.StyleCop
*.testsettings
*.orig
*.sdf
*.config

0 comments on commit cb6156d

Please sign in to comment.