.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. # autogen.sh-generated files
  2. Makefile.in
  3. src/Makefile.in
  4. config.guess
  5. config.h.in
  6. config.sub
  7. configure
  8. depcomp
  9. install-sh
  10. ltmain.sh
  11. missing
  12. aclocal.m4
  13. m4/libtool.m4
  14. m4/ltoptions.m4
  15. m4/ltsugar.m4
  16. m4/ltversion.m4
  17. m4/lt~obsolete.m4
  18. autom4te.cache
  19. # downloaded files
  20. gmock
  21. # in-tree configure-generated files
  22. Makefile
  23. src/Makefile
  24. /config.h
  25. config.log
  26. config.status
  27. libtool
  28. protobuf-lite.pc
  29. protobuf.pc
  30. .deps
  31. stamp-h1
  32. # in-tree build products
  33. *.o
  34. *.lo
  35. *.la
  36. src/.libs
  37. *.so
  38. .dirstamp
  39. any_test.pb.*
  40. map*unittest.pb.*
  41. unittest*.pb.*
  42. cpp_test*.pb.*
  43. src/google/protobuf/util/**/*.pb.cc
  44. src/google/protobuf/util/**/*.pb.h
  45. *.pyc
  46. *.egg-info
  47. *_pb2.py
  48. python/*.egg
  49. python/.eggs/
  50. python/.tox
  51. python/build/
  52. python/google/protobuf/compiler/
  53. python/google/protobuf/util/
  54. src/protoc
  55. src/unittest_proto_middleman
  56. # Generated test scaffolding
  57. src/protobuf*-test
  58. src/test_plugin
  59. src/testzip.*
  60. src/zcg*zip
  61. ar-lib
  62. test-driver
  63. compile
  64. src/**/*.log
  65. src/**/*.trs
  66. # JavaBuild output.
  67. java/target
  68. javanano/target
  69. # Windows native output.
  70. cmake/build
  71. build_msvc
  72. # NuGet packages: we want the repository configuration, but not the
  73. # packages themselves.
  74. /csharp/src/packages/*/
  75. # OS X's Finder creates these for state about opened windows/etc.
  76. **/.DS_Store
  77. # Cocoapods artifacts
  78. # Podfile.lock and the workspace file are tracked, to ease deleting them. That's
  79. # needed to trigger "pod install" to rerun the preinstall commands.
  80. Pods/
  81. # Comformance test output
  82. conformance/.libs/
  83. conformance/com/
  84. conformance/conformance-cpp
  85. conformance/conformance-csharp
  86. conformance/conformance-java
  87. conformance/conformance-objc
  88. conformance/conformance-test-runner
  89. conformance/conformance.pb.cc
  90. conformance/conformance.pb.h
  91. conformance/Conformance.pbobjc.h
  92. conformance/Conformance.pbobjc.m
  93. conformance/conformance.rb
  94. conformance/google/
  95. conformance/javac_middleman
  96. conformance/lite/
  97. conformance/protoc_middleman