.gitignore 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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/compiler/js/well_known_types_embed.cc
  44. src/google/protobuf/util/**/*.pb.cc
  45. src/google/protobuf/util/**/*.pb.h
  46. *.pyc
  47. *.egg-info
  48. *_pb2.py
  49. python/*.egg
  50. python/.eggs/
  51. python/.tox
  52. python/build/
  53. python/google/protobuf/compiler/
  54. python/google/protobuf/util/
  55. src/js_embed
  56. src/protoc
  57. src/unittest_proto_middleman
  58. # vim generated
  59. *.swp
  60. # Generated test scaffolding
  61. src/no_warning_test.cc
  62. src/no-warning-test
  63. src/protobuf*-test
  64. src/test_plugin
  65. src/testzip.*
  66. src/zcg*zip
  67. ar-lib
  68. test-driver
  69. compile
  70. src/**/*.log
  71. src/**/*.trs
  72. # JavaBuild output.
  73. java/core/target
  74. java/util/target
  75. javanano/target
  76. java/.idea
  77. java/**/*.iml
  78. # Windows native output.
  79. cmake/build
  80. build_msvc
  81. # NuGet packages: we want the repository configuration, but not the
  82. # packages themselves.
  83. /csharp/src/packages/*/
  84. # OS X's Finder creates these for state about opened windows/etc.
  85. **/.DS_Store
  86. # Cocoapods artifacts
  87. # Podfile.lock and the workspace file are tracked, to ease deleting them. That's
  88. # needed to trigger "pod install" to rerun the preinstall commands.
  89. Pods/
  90. # Comformance test output
  91. conformance/.libs/
  92. conformance/com/
  93. conformance/conformance-cpp
  94. conformance/conformance-csharp
  95. conformance/conformance-java
  96. conformance/conformance-objc
  97. conformance/conformance-test-runner
  98. conformance/conformance.pb.cc
  99. conformance/conformance.pb.h
  100. conformance/Conformance.pbobjc.h
  101. conformance/Conformance.pbobjc.m
  102. conformance/conformance_pb.js
  103. conformance/conformance_pb.rb
  104. conformance/failing_tests.txt
  105. conformance/google/
  106. conformance/google-protobuf/
  107. conformance/javac_middleman
  108. conformance/lite/
  109. conformance/nonexistent_tests.txt
  110. conformance/protoc_middleman
  111. conformance/succeeding_tests.txt
  112. conformance/Conformance/
  113. conformance/GPBMetadata/
  114. conformance/Google/
  115. conformance/Protobuf_test_messages/
  116. conformance/conformance-php
  117. conformance/conformance-php-c
  118. conformance/*.class
  119. # php test output
  120. composer.lock
  121. php/tests/generated/
  122. php/tests/old_protoc
  123. php/tests/protobuf/
  124. php/ext/google/protobuf/.libs/
  125. php/ext/google/protobuf/Makefile.fragments
  126. php/ext/google/protobuf/Makefile.global
  127. php/ext/google/protobuf/Makefile.objects
  128. php/ext/google/protobuf/acinclude.m4
  129. php/ext/google/protobuf/build/
  130. php/ext/google/protobuf/config.h
  131. php/ext/google/protobuf/config.nice
  132. php/ext/google/protobuf/configure.in
  133. php/ext/google/protobuf/mkinstalldirs
  134. php/ext/google/protobuf/run-tests.php
  135. vendor/
  136. # JavaScript artifacts
  137. js/commonjs_out/
  138. js/compatibility_tests/v3.0.0/commonjs_out*
  139. js/compatibility_tests/v3.0.0/protoc
  140. js/compatibility_tests/v3.0.0/testproto_libs1.js
  141. js/compatibility_tests/v3.0.0/testproto_libs1_new.js
  142. js/compatibility_tests/v3.0.0/testproto_libs2.js
  143. js/compatibility_tests/v3.0.0/testproto_libs2_new.js
  144. js/deps.js
  145. js/google-protobuf.js
  146. js/google/
  147. js/node_modules/
  148. js/testproto_libs1.js
  149. js/testproto_libs2.js
  150. # Ignore the bazel symlinks
  151. /bazel-*
  152. # ruby test output
  153. ruby/lib/
  154. ruby/tests/generated_code_pb.rb
  155. ruby/tests/test_import_pb.rb
  156. ruby/Gemfile.lock
  157. ruby/compatibility_tests/v3.0.0/protoc
  158. ruby/compatibility_tests/v3.0.0/tests/generated_code_pb.rb
  159. ruby/compatibility_tests/v3.0.0/tests/test_import_pb.rb
  160. # IntelliJ CLion Config files and build output
  161. cmake/.idea
  162. cmake/cmake-build-debug/
  163. # Common build subdirectories.
  164. ./.build/
  165. ./_build/