.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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/no_warning_test.cc
  58. src/no-warning-test
  59. src/protobuf*-test
  60. src/test_plugin
  61. src/testzip.*
  62. src/zcg*zip
  63. ar-lib
  64. test-driver
  65. compile
  66. src/**/*.log
  67. src/**/*.trs
  68. # JavaBuild output.
  69. java/target
  70. javanano/target
  71. # Windows native output.
  72. cmake/build
  73. build_msvc
  74. # NuGet packages: we want the repository configuration, but not the
  75. # packages themselves.
  76. /csharp/src/packages/*/
  77. # OS X's Finder creates these for state about opened windows/etc.
  78. **/.DS_Store
  79. # Cocoapods artifacts
  80. # Podfile.lock and the workspace file are tracked, to ease deleting them. That's
  81. # needed to trigger "pod install" to rerun the preinstall commands.
  82. Pods/
  83. # Comformance test output
  84. conformance/.libs/
  85. conformance/com/
  86. conformance/conformance-cpp
  87. conformance/conformance-csharp
  88. conformance/conformance-java
  89. conformance/conformance-objc
  90. conformance/conformance-test-runner
  91. conformance/conformance.pb.cc
  92. conformance/conformance.pb.h
  93. conformance/Conformance.pbobjc.h
  94. conformance/Conformance.pbobjc.m
  95. conformance/conformance_pb.rb
  96. conformance/failing_tests.txt
  97. conformance/google/
  98. conformance/javac_middleman
  99. conformance/lite/
  100. conformance/nonexistent_tests.txt
  101. conformance/protoc_middleman
  102. conformance/succeeding_tests.txt
  103. # php test output
  104. composer.lock
  105. php/tests/test.pb.php
  106. php/tests/test_include.pb.php
  107. php/ext/google/protobuf/.libs/
  108. php/ext/google/protobuf/Makefile.fragments
  109. php/ext/google/protobuf/Makefile.global
  110. php/ext/google/protobuf/Makefile.objects
  111. php/ext/google/protobuf/acinclude.m4
  112. php/ext/google/protobuf/build/
  113. php/ext/google/protobuf/config.h
  114. php/ext/google/protobuf/config.nice
  115. php/ext/google/protobuf/configure.in
  116. php/ext/google/protobuf/mkinstalldirs
  117. php/ext/google/protobuf/run-tests.php
  118. vendor/