Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 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 | |
| 13 | aclocal.m4 |
| 14 | m4/libtool.m4 |
| 15 | m4/ltoptions.m4 |
| 16 | m4/ltsugar.m4 |
| 17 | m4/ltversion.m4 |
| 18 | m4/lt~obsolete.m4 |
| 19 | autom4te.cache |
| 20 | |
| 21 | # downloaded files |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 22 | /gmock |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 23 | |
| 24 | # in-tree configure-generated files |
| 25 | Makefile |
| 26 | src/Makefile |
| 27 | /config.h |
| 28 | config.log |
| 29 | config.status |
| 30 | |
| 31 | libtool |
| 32 | protobuf-lite.pc |
| 33 | protobuf.pc |
| 34 | .deps |
| 35 | stamp-h1 |
| 36 | |
| 37 | # in-tree build products |
| 38 | *.o |
| 39 | *.lo |
| 40 | *.la |
| 41 | src/.libs |
| 42 | *.so |
| 43 | |
| 44 | .dirstamp |
| 45 | |
| 46 | any_test.pb.* |
| 47 | map*unittest.pb.* |
| 48 | unittest*.pb.* |
| 49 | cpp_test*.pb.* |
| 50 | src/google/protobuf/util/**/*.pb.cc |
| 51 | src/google/protobuf/util/**/*.pb.h |
| 52 | |
| 53 | *.pyc |
| 54 | *.egg-info |
| 55 | *_pb2.py |
| 56 | python/*.egg |
| 57 | python/.eggs/ |
| 58 | python/.tox |
| 59 | python/build/ |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 60 | |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 61 | src/js_embed |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 62 | src/protoc |
| 63 | src/unittest_proto_middleman |
| 64 | |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 65 | # vim generated |
| 66 | *.swp |
| 67 | |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 68 | # Generated test scaffolding |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 69 | src/no_warning_test.cc |
| 70 | src/no-warning-test |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 71 | src/protobuf*-test |
| 72 | src/test_plugin |
| 73 | src/testzip.* |
| 74 | src/zcg*zip |
| 75 | ar-lib |
| 76 | |
| 77 | test-driver |
| 78 | compile |
| 79 | |
| 80 | src/**/*.log |
| 81 | src/**/*.trs |
| 82 | |
| 83 | # JavaBuild output. |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 84 | java/core/target |
| 85 | java/util/target |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 86 | javanano/target |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 87 | java/.idea |
| 88 | java/**/*.iml |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 89 | |
| 90 | # Windows native output. |
| 91 | cmake/build |
| 92 | build_msvc |
| 93 | |
| 94 | # NuGet packages: we want the repository configuration, but not the |
| 95 | # packages themselves. |
| 96 | /csharp/src/packages/*/ |
| 97 | |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 98 | # OS X's Finder creates these for state about opened windows/etc. |
| 99 | **/.DS_Store |
| 100 | |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 101 | # Cocoapods artifacts |
| 102 | # Podfile.lock and the workspace file are tracked, to ease deleting them. That's |
| 103 | # needed to trigger "pod install" to rerun the preinstall commands. |
| 104 | Pods/ |
| 105 | |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 106 | # Comformance test output |
| 107 | conformance/.libs/ |
| 108 | conformance/com/ |
| 109 | conformance/conformance-cpp |
| 110 | conformance/conformance-csharp |
| 111 | conformance/conformance-java |
| 112 | conformance/conformance-objc |
| 113 | conformance/conformance-test-runner |
| 114 | conformance/conformance.pb.cc |
| 115 | conformance/conformance.pb.h |
| 116 | conformance/Conformance.pbobjc.h |
| 117 | conformance/Conformance.pbobjc.m |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 118 | conformance/conformance_pb.js |
| 119 | conformance/conformance_pb.rb |
| 120 | conformance/failing_tests.txt |
| 121 | conformance/google/ |
| 122 | conformance/google-protobuf/ |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 123 | conformance/javac_middleman |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 124 | conformance/lite/ |
| 125 | conformance/nonexistent_tests.txt |
Brian Silverman | 076a09b | 2016-02-15 20:22:57 -0500 | [diff] [blame] | 126 | conformance/protoc_middleman |
Austin Schuh | f972444 | 2018-10-28 20:30:21 -0700 | [diff] [blame] | 127 | conformance/succeeding_tests.txt |
| 128 | conformance/Conformance/ |
| 129 | conformance/GPBMetadata/ |
| 130 | conformance/Google/ |
| 131 | conformance/Protobuf_test_messages/ |
| 132 | conformance/conformance-php |
| 133 | conformance/conformance-php-c |
| 134 | conformance/*.class |
| 135 | |
| 136 | # php test output |
| 137 | composer.lock |
| 138 | php/tests/generated/ |
| 139 | php/tests/old_protoc |
| 140 | php/tests/protobuf/ |
| 141 | php/ext/google/protobuf/.libs/ |
| 142 | php/ext/google/protobuf/Makefile.fragments |
| 143 | php/ext/google/protobuf/Makefile.global |
| 144 | php/ext/google/protobuf/Makefile.objects |
| 145 | php/ext/google/protobuf/acinclude.m4 |
| 146 | php/ext/google/protobuf/build/ |
| 147 | php/ext/google/protobuf/config.h |
| 148 | php/ext/google/protobuf/config.nice |
| 149 | php/ext/google/protobuf/configure.in |
| 150 | php/ext/google/protobuf/mkinstalldirs |
| 151 | php/ext/google/protobuf/run-tests.php |
| 152 | vendor/ |
| 153 | |
| 154 | # JavaScript artifacts |
| 155 | js/commonjs_out/ |
| 156 | js/compatibility_tests/v3.0.0/commonjs_out* |
| 157 | js/compatibility_tests/v3.0.0/protoc |
| 158 | js/compatibility_tests/v3.0.0/testproto_libs1.js |
| 159 | js/compatibility_tests/v3.0.0/testproto_libs1_new.js |
| 160 | js/compatibility_tests/v3.0.0/testproto_libs2.js |
| 161 | js/compatibility_tests/v3.0.0/testproto_libs2_new.js |
| 162 | js/deps.js |
| 163 | js/google-protobuf.js |
| 164 | js/google/ |
| 165 | js/node_modules/ |
| 166 | js/testproto_libs1.js |
| 167 | js/testproto_libs2.js |
| 168 | |
| 169 | # Ignore the bazel symlinks |
| 170 | /bazel-* |
| 171 | |
| 172 | # ruby test output |
| 173 | ruby/lib/ |
| 174 | ruby/tests/generated_code_pb.rb |
| 175 | ruby/tests/test_import_pb.rb |
| 176 | ruby/tests/test_ruby_package_pb.rb |
| 177 | ruby/Gemfile.lock |
| 178 | ruby/compatibility_tests/v3.0.0/protoc |
| 179 | ruby/compatibility_tests/v3.0.0/tests/generated_code_pb.rb |
| 180 | ruby/compatibility_tests/v3.0.0/tests/test_import_pb.rb |
| 181 | |
| 182 | # IntelliJ CLion Config files and build output |
| 183 | cmake/.idea |
| 184 | cmake/cmake-build-debug/ |
| 185 | |
| 186 | # Common build subdirectories. |
| 187 | ./.build/ |
| 188 | ./_build/ |