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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/protoc | 63 src/protoc |
64 src/unittest_proto_middleman | 64 src/unittest_proto_middleman |
65 | 65 |
66 # Generated test scaffolding | 66 # Generated test scaffolding |
| 67 src/no_warning_test.cc |
| 68 src/no-warning-test |
67 src/protobuf*-test | 69 src/protobuf*-test |
68 src/test_plugin | 70 src/test_plugin |
69 src/testzip.* | 71 src/testzip.* |
70 src/zcg*zip | 72 src/zcg*zip |
71 ar-lib | 73 ar-lib |
72 | 74 |
73 test-driver | 75 test-driver |
74 compile | 76 compile |
75 | 77 |
76 src/**/*.log | 78 src/**/*.log |
77 src/**/*.trs | 79 src/**/*.trs |
78 | 80 |
79 # JavaBuild output. | 81 # JavaBuild output. |
80 java/target | 82 java/core/target |
| 83 java/util/target |
81 javanano/target | 84 javanano/target |
82 | 85 |
83 # Windows native output. | 86 # Windows native output. |
84 cmake/build | 87 cmake/build |
85 build_msvc | 88 build_msvc |
86 | 89 |
87 # NuGet packages: we want the repository configuration, but not the | 90 # NuGet packages: we want the repository configuration, but not the |
88 # packages themselves. | 91 # packages themselves. |
89 /csharp/src/packages/*/ | 92 /csharp/src/packages/*/ |
90 | 93 |
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/ | |
98 # OS X's Finder creates these for state about opened windows/etc. | 94 # OS X's Finder creates these for state about opened windows/etc. |
99 **/.DS_Store | 95 **/.DS_Store |
100 | 96 |
| 97 # Cocoapods artifacts |
| 98 # Podfile.lock and the workspace file are tracked, to ease deleting them. That's |
| 99 # needed to trigger "pod install" to rerun the preinstall commands. |
| 100 Pods/ |
| 101 |
101 # Comformance test output | 102 # Comformance test output |
102 conformance/.libs/ | 103 conformance/.libs/ |
103 conformance/com/ | 104 conformance/com/ |
104 conformance/conformance-cpp | 105 conformance/conformance-cpp |
105 conformance/conformance-csharp | 106 conformance/conformance-csharp |
106 conformance/conformance-java | 107 conformance/conformance-java |
107 conformance/conformance-objc | 108 conformance/conformance-objc |
108 conformance/conformance-test-runner | 109 conformance/conformance-test-runner |
109 conformance/conformance.pb.cc | 110 conformance/conformance.pb.cc |
110 conformance/conformance.pb.h | 111 conformance/conformance.pb.h |
111 conformance/Conformance.pbobjc.h | 112 conformance/Conformance.pbobjc.h |
112 conformance/Conformance.pbobjc.m | 113 conformance/Conformance.pbobjc.m |
113 conformance/conformance.rb | 114 conformance/conformance_pb.rb |
| 115 conformance/failing_tests.txt |
114 conformance/google/ | 116 conformance/google/ |
115 conformance/javac_middleman | 117 conformance/javac_middleman |
116 conformance/lite/ | 118 conformance/lite/ |
| 119 conformance/nonexistent_tests.txt |
117 conformance/protoc_middleman | 120 conformance/protoc_middleman |
| 121 conformance/succeeding_tests.txt |
| 122 |
| 123 # php test output |
| 124 composer.lock |
| 125 php/tests/test.pb.php |
| 126 php/tests/test_include.pb.php |
| 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 |