.gitignore 391 B

12345678910111213141516171819202122232425262728293031323334
  1. # Output
  2. bin
  3. obj
  4. project.lock.json
  5. TestResult.xml
  6. # Possibly legacy now?
  7. mono/bin
  8. mono/tmp
  9. mono/protoc
  10. build_output
  11. build_temp
  12. build/msbuild*.log
  13. lib/Microsoft.Silverlight.Testing
  14. lib/NUnit
  15. #
  16. # Untracked files
  17. #
  18. .vs
  19. *.user
  20. *.suo
  21. *.nupkg
  22. _ReSharper.*
  23. *.sln.cache
  24. mono/TestResult.xml
  25. mono/.libs
  26. mono/*.exe
  27. mono/*.dll
  28. lib/protoc.exe
  29. *.ncrunch*
  30. # Benchmark output
  31. BenchmarkDotNet.Artifacts/