OLD | NEW |
(Empty) | |
| 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 |
| 22 gmock |
| 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/build/ |
| 59 python/google/protobuf/compiler/ |
| 60 |
| 61 src/protoc |
| 62 src/unittest_proto_middleman |
| 63 |
| 64 # Generated test scaffolding |
| 65 src/protobuf*-test |
| 66 src/test_plugin |
| 67 src/testzip.* |
| 68 src/zcg*zip |
| 69 ar-lib |
| 70 |
| 71 test-driver |
| 72 compile |
| 73 |
| 74 src/**/*.log |
| 75 src/**/*.trs |
| 76 |
| 77 # JavaBuild output. |
| 78 java/target |
| 79 javanano/target |
| 80 |
| 81 # Windows native output. |
| 82 cmake/build |
| 83 |
| 84 # NuGet packages: we want the repository configuration, but not the |
| 85 # packages themselves. |
| 86 /csharp/src/packages/*/ |
| 87 |
| 88 # Directories created by opening the Objective C Xcode projects. |
| 89 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcuserdata/ |
| 90 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/Protoc
olBuffers_OSX.xccheckout |
| 91 objectivec/ProtocolBuffers_OSX.xcodeproj/xcuserdata/ |
| 92 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcuserdata/ |
| 93 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/Protoc
olBuffers_iOS.xccheckout |
| 94 objectivec/ProtocolBuffers_iOS.xcodeproj/xcuserdata/ |
| 95 # OS X's Finder creates these for state about opened windows/etc. |
| 96 **/.DS_Store |
| 97 |
| 98 # Comformance test output |
| 99 conformance/.libs/ |
| 100 conformance/com/ |
| 101 conformance/conformance-cpp |
| 102 conformance/conformance-test-runner |
| 103 conformance/conformance.pb.cc |
| 104 conformance/conformance.pb.h |
| 105 conformance/protoc_middleman |
OLD | NEW |