| OLD | NEW |
| 1 # autogen.sh-generated files | 1 # autogen.sh-generated files |
| 2 Makefile.in | 2 Makefile.in |
| 3 src/Makefile.in | 3 src/Makefile.in |
| 4 config.guess | 4 config.guess |
| 5 config.h.in | 5 config.h.in |
| 6 config.sub | 6 config.sub |
| 7 configure | 7 configure |
| 8 depcomp | 8 depcomp |
| 9 install-sh | 9 install-sh |
| 10 ltmain.sh | 10 ltmain.sh |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 *.pyc | 53 *.pyc |
| 54 *.egg-info | 54 *.egg-info |
| 55 *_pb2.py | 55 *_pb2.py |
| 56 python/*.egg | 56 python/*.egg |
| 57 python/.eggs/ | 57 python/.eggs/ |
| 58 python/.tox | 58 python/.tox |
| 59 python/build/ | 59 python/build/ |
| 60 python/google/protobuf/compiler/ | 60 python/google/protobuf/compiler/ |
| 61 python/google/protobuf/util/ | 61 python/google/protobuf/util/ |
| 62 | 62 |
| 63 src/js_embed | |
| 64 src/protoc | 63 src/protoc |
| 65 src/unittest_proto_middleman | 64 src/unittest_proto_middleman |
| 66 | 65 |
| 67 # Generated test scaffolding | 66 # Generated test scaffolding |
| 68 src/no_warning_test.cc | |
| 69 src/no-warning-test | |
| 70 src/protobuf*-test | 67 src/protobuf*-test |
| 71 src/test_plugin | 68 src/test_plugin |
| 72 src/testzip.* | 69 src/testzip.* |
| 73 src/zcg*zip | 70 src/zcg*zip |
| 74 ar-lib | 71 ar-lib |
| 75 | 72 |
| 76 test-driver | 73 test-driver |
| 77 compile | 74 compile |
| 78 | 75 |
| 79 src/**/*.log | 76 src/**/*.log |
| 80 src/**/*.trs | 77 src/**/*.trs |
| 81 | 78 |
| 82 # JavaBuild output. | 79 # JavaBuild output. |
| 83 java/core/target | 80 java/target |
| 84 java/util/target | |
| 85 javanano/target | 81 javanano/target |
| 86 | 82 |
| 87 # Windows native output. | 83 # Windows native output. |
| 88 cmake/build | 84 cmake/build |
| 89 build_msvc | 85 build_msvc |
| 90 | 86 |
| 91 # NuGet packages: we want the repository configuration, but not the | 87 # NuGet packages: we want the repository configuration, but not the |
| 92 # packages themselves. | 88 # packages themselves. |
| 93 /csharp/src/packages/*/ | 89 /csharp/src/packages/*/ |
| 94 | 90 |
| 91 # Directories created by opening the Objective C Xcode projects. |
| 92 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcuserdata/ |
| 93 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/Protoc
olBuffers_OSX.xccheckout |
| 94 objectivec/ProtocolBuffers_OSX.xcodeproj/xcuserdata/ |
| 95 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcuserdata/ |
| 96 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/Protoc
olBuffers_iOS.xccheckout |
| 97 objectivec/ProtocolBuffers_iOS.xcodeproj/xcuserdata/ |
| 95 # OS X's Finder creates these for state about opened windows/etc. | 98 # OS X's Finder creates these for state about opened windows/etc. |
| 96 **/.DS_Store | 99 **/.DS_Store |
| 97 | 100 |
| 98 # Cocoapods artifacts | |
| 99 # Podfile.lock and the workspace file are tracked, to ease deleting them. That's | |
| 100 # needed to trigger "pod install" to rerun the preinstall commands. | |
| 101 Pods/ | |
| 102 | |
| 103 # Comformance test output | 101 # Comformance test output |
| 104 conformance/.libs/ | 102 conformance/.libs/ |
| 105 conformance/com/ | 103 conformance/com/ |
| 106 conformance/conformance-cpp | 104 conformance/conformance-cpp |
| 107 conformance/conformance-csharp | 105 conformance/conformance-csharp |
| 108 conformance/conformance-java | 106 conformance/conformance-java |
| 109 conformance/conformance-objc | 107 conformance/conformance-objc |
| 110 conformance/conformance-test-runner | 108 conformance/conformance-test-runner |
| 111 conformance/conformance.pb.cc | 109 conformance/conformance.pb.cc |
| 112 conformance/conformance.pb.h | 110 conformance/conformance.pb.h |
| 113 conformance/Conformance.pbobjc.h | 111 conformance/Conformance.pbobjc.h |
| 114 conformance/Conformance.pbobjc.m | 112 conformance/Conformance.pbobjc.m |
| 115 conformance/conformance_pb.rb | 113 conformance/conformance.rb |
| 116 conformance/failing_tests.txt | |
| 117 conformance/google/ | 114 conformance/google/ |
| 118 conformance/javac_middleman | 115 conformance/javac_middleman |
| 119 conformance/lite/ | 116 conformance/lite/ |
| 120 conformance/nonexistent_tests.txt | |
| 121 conformance/protoc_middleman | 117 conformance/protoc_middleman |
| 122 conformance/succeeding_tests.txt | |
| 123 | |
| 124 # php test output | |
| 125 composer.lock | |
| 126 php/tests/generated/ | |
| 127 php/ext/google/protobuf/.libs/ | |
| 128 php/ext/google/protobuf/Makefile.fragments | |
| 129 php/ext/google/protobuf/Makefile.global | |
| 130 php/ext/google/protobuf/Makefile.objects | |
| 131 php/ext/google/protobuf/acinclude.m4 | |
| 132 php/ext/google/protobuf/build/ | |
| 133 php/ext/google/protobuf/config.h | |
| 134 php/ext/google/protobuf/config.nice | |
| 135 php/ext/google/protobuf/configure.in | |
| 136 php/ext/google/protobuf/mkinstalldirs | |
| 137 php/ext/google/protobuf/run-tests.php | |
| 138 vendor/ | |
| 139 | |
| 140 # JavaScript artifacts | |
| 141 js/commonjs_out/ | |
| 142 js/deps.js | |
| 143 js/google-protobuf.js | |
| 144 js/google/ | |
| 145 js/node_modules/ | |
| 146 js/testproto_libs.js | |
| OLD | NEW |