Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Aug 6, 2012
1 parent 1202428 commit 1a3ba50
Showing 1 changed file with 16 additions and 41 deletions.
57 changes: 16 additions & 41 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,18 @@
build_output/*
code_drop/*

*.suo
**/*.suo
**/**/*.suo
**/*.user
bin
Bin
obj
_ReSharper*

Deliveries/
**/**/Elmah.Errors
*.csproj.user
*.resharper.user
*.resharper
*.ReSharper.user
*.ReSharper
*.cache
*~
*.swp
*.bak
*.orig
[Oo]bj/
[Bb]in/
*.user
/TestResults
*.vspscc
*.vssscc
*.vsmdi
*.testsettings
*lint*
*.log
*.Cache
*.StyleCop
*.user
*.local.xml

TestResult.xml
submit.xml
src/tests/*
tests/*
doc/*
SolutionVersion.cs
gems/lib/**/*
*.dotCover
deploy
deploy/*
*.suo
*.cache
packages/
msbuild.log
artifacts/log
artifacts/
post-build*
_ReSharper.*
*deploy-to-ec2*
*ncrunch*

0 comments on commit 1a3ba50

Please sign in to comment.