.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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/core/target
  70. java/util/target
  71. javanano/target
  72. # Windows native output.
  73. cmake/build
  74. build_msvc
  75. # NuGet packages: we want the repository configuration, but not the
  76. # packages themselves.
  77. /csharp/src/packages/*/
  78. # OS X's Finder creates these for state about opened windows/etc.
  79. **/.DS_Store
  80. # Cocoapods artifacts
  81. # Podfile.lock and the workspace file are tracked, to ease deleting them. That's
  82. # needed to trigger "pod install" to rerun the preinstall commands.
  83. Pods/
  84. # Comformance test output
  85. conformance/.libs/
  86. conformance/com/
  87. conformance/conformance-cpp
  88. conformance/conformance-csharp
  89. conformance/conformance-java
  90. conformance/conformance-objc
  91. conformance/conformance-test-runner
  92. conformance/conformance.pb.cc
  93. conformance/conformance.pb.h
  94. conformance/Conformance.pbobjc.h
  95. conformance/Conformance.pbobjc.m
  96. conformance/conformance_pb.rb
  97. conformance/failing_tests.txt
  98. conformance/google/
  99. conformance/javac_middleman
  100. conformance/lite/
  101. conformance/nonexistent_tests.txt
  102. conformance/protoc_middleman
  103. conformance/succeeding_tests.txt
  104. # php test output
  105. composer.lock
  106. php/tests/test.pb.php
  107. php/tests/test_include.pb.php
  108. php/ext/google/protobuf/.libs/
  109. php/ext/google/protobuf/Makefile.fragments
  110. php/ext/google/protobuf/Makefile.global
  111. php/ext/google/protobuf/Makefile.objects
  112. php/ext/google/protobuf/acinclude.m4
  113. php/ext/google/protobuf/build/
  114. php/ext/google/protobuf/config.h
  115. php/ext/google/protobuf/config.nice
  116. php/ext/google/protobuf/configure.in
  117. php/ext/google/protobuf/mkinstalldirs
  118. php/ext/google/protobuf/run-tests.php
  119. vendor/
  120. # JavaScript artifacts
  121. js/commonjs_out/
  122. js/deps.js
  123. js/google-protobuf.js
  124. js/google/
  125. js/node_modules/
  126. js/testproto_libs.js