Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Side by Side Diff: third_party/protobuf/.gitignore

Issue 2590803003: Revert "third_party/protobuf: Update to HEAD (83d681ee2c)" (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/policy/BUILD.gn ('k') | third_party/protobuf/.gitmodules » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
69 src/protobuf*-test 67 src/protobuf*-test
70 src/test_plugin 68 src/test_plugin
71 src/testzip.* 69 src/testzip.*
72 src/zcg*zip 70 src/zcg*zip
73 ar-lib 71 ar-lib
74 72
75 test-driver 73 test-driver
76 compile 74 compile
77 75
78 src/**/*.log 76 src/**/*.log
79 src/**/*.trs 77 src/**/*.trs
80 78
81 # JavaBuild output. 79 # JavaBuild output.
82 java/core/target 80 java/target
83 java/util/target
84 javanano/target 81 javanano/target
85 82
86 # Windows native output. 83 # Windows native output.
87 cmake/build 84 cmake/build
88 build_msvc 85 build_msvc
89 86
90 # NuGet packages: we want the repository configuration, but not the 87 # NuGet packages: we want the repository configuration, but not the
91 # packages themselves. 88 # packages themselves.
92 /csharp/src/packages/*/ 89 /csharp/src/packages/*/
93 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/
94 # 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.
95 **/.DS_Store 99 **/.DS_Store
96 100
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
102 # Comformance test output 101 # Comformance test output
103 conformance/.libs/ 102 conformance/.libs/
104 conformance/com/ 103 conformance/com/
105 conformance/conformance-cpp 104 conformance/conformance-cpp
106 conformance/conformance-csharp 105 conformance/conformance-csharp
107 conformance/conformance-java 106 conformance/conformance-java
108 conformance/conformance-objc 107 conformance/conformance-objc
109 conformance/conformance-test-runner 108 conformance/conformance-test-runner
110 conformance/conformance.pb.cc 109 conformance/conformance.pb.cc
111 conformance/conformance.pb.h 110 conformance/conformance.pb.h
112 conformance/Conformance.pbobjc.h 111 conformance/Conformance.pbobjc.h
113 conformance/Conformance.pbobjc.m 112 conformance/Conformance.pbobjc.m
114 conformance/conformance_pb.rb 113 conformance/conformance.rb
115 conformance/failing_tests.txt
116 conformance/google/ 114 conformance/google/
117 conformance/javac_middleman 115 conformance/javac_middleman
118 conformance/lite/ 116 conformance/lite/
119 conformance/nonexistent_tests.txt
120 conformance/protoc_middleman 117 conformance/protoc_middleman
121 conformance/succeeding_tests.txt
122
123 # php test output
124 composer.lock
125 php/tests/generated/
126 php/ext/google/protobuf/.libs/
127 php/ext/google/protobuf/Makefile.fragments
128 php/ext/google/protobuf/Makefile.global
129 php/ext/google/protobuf/Makefile.objects
130 php/ext/google/protobuf/acinclude.m4
131 php/ext/google/protobuf/build/
132 php/ext/google/protobuf/config.h
133 php/ext/google/protobuf/config.nice
134 php/ext/google/protobuf/configure.in
135 php/ext/google/protobuf/mkinstalldirs
136 php/ext/google/protobuf/run-tests.php
137 vendor/
138
139 # JavaScript artifacts
140 js/commonjs_out/
141 js/deps.js
142 js/google-protobuf.js
143 js/google/
144 js/node_modules/
145 js/testproto_libs.js
OLDNEW
« no previous file with comments | « components/policy/BUILD.gn ('k') | third_party/protobuf/.gitmodules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698