.gitignore 587 B

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Untracked directories
  3. #
  4. src/AddressBook/bin
  5. src/AddressBook/obj
  6. src/Google.Protobuf/bin/
  7. src/Google.Protobuf/obj/
  8. src/Google.Protobuf.Conformance/bin/
  9. src/Google.Protobuf.Conformance/obj/
  10. src/Google.Protobuf.Test/bin/
  11. src/Google.Protobuf.Test/obj/
  12. src/Google.Protobuf.JsonDump/bin/
  13. src/Google.Protobuf.JsonDump/obj/
  14. mono/bin
  15. mono/tmp
  16. mono/protoc
  17. build_output
  18. build_temp
  19. build/msbuild*.log
  20. lib/Microsoft.Silverlight.Testing
  21. lib/NUnit
  22. #
  23. # Untracked files
  24. #
  25. *.user
  26. *.suo
  27. *.nupkg
  28. _ReSharper.*
  29. *.sln.cache
  30. mono/TestResult.xml
  31. mono/.libs
  32. mono/*.exe
  33. mono/*.dll
  34. lib/protoc.exe
  35. *.ncrunch*