.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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/protoc-gen-javalite
  56. src/unittest_proto_middleman
  57. # Generated test scaffolding
  58. src/protobuf*-test
  59. src/test_plugin
  60. src/testzip.*
  61. src/zcg*zip
  62. ar-lib
  63. test-driver
  64. compile
  65. src/**/*.log
  66. src/**/*.trs
  67. # JavaBuild output.
  68. java/target
  69. javanano/target
  70. # Windows native output.
  71. cmake/build
  72. build_msvc
  73. # NuGet packages: we want the repository configuration, but not the
  74. # packages themselves.
  75. /csharp/src/packages/*/
  76. # OS X's Finder creates these for state about opened windows/etc.
  77. **/.DS_Store
  78. # Cocoapods artifacts
  79. # Podfile.lock and the workspace file are tracked, to ease deleting them. That's
  80. # needed to trigger "pod install" to rerun the preinstall commands.
  81. Pods/
  82. # Comformance test output
  83. conformance/.libs/
  84. conformance/com/
  85. conformance/conformance-cpp
  86. conformance/conformance-csharp
  87. conformance/conformance-java
  88. conformance/conformance-objc
  89. conformance/conformance-test-runner
  90. conformance/conformance.pb.cc
  91. conformance/conformance.pb.h
  92. conformance/Conformance.pbobjc.h
  93. conformance/Conformance.pbobjc.m
  94. conformance/conformance.rb
  95. conformance/google/
  96. conformance/javac_middleman
  97. conformance/lite/
  98. conformance/protoc_middleman
  99. bazel-*