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

Side by Side Diff: third_party/protobuf/.gitignore

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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 | « sync/internal_api/write_node.cc ('k') | third_party/protobuf/.travis.yml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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/.tox
59 python/build/
60 python/google/protobuf/compiler/
61
62 src/protoc
63 src/unittest_proto_middleman
64
65 # Generated test scaffolding
66 src/protobuf*-test
67 src/test_plugin
68 src/testzip.*
69 src/zcg*zip
70 ar-lib
71
72 test-driver
73 compile
74
75 src/**/*.log
76 src/**/*.trs
77
78 # JavaBuild output.
79 java/target
80 javanano/target
81
82 # Windows native output.
83 cmake/build
84 build_msvc
85
86 # NuGet packages: we want the repository configuration, but not the
87 # packages themselves.
88 /csharp/src/packages/*/
89
90 # Directories created by opening the Objective C Xcode projects.
91 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcuserdata/
92 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/Protoc olBuffers_OSX.xccheckout
93 objectivec/ProtocolBuffers_OSX.xcodeproj/xcuserdata/
94 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcuserdata/
95 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/Protoc olBuffers_iOS.xccheckout
96 objectivec/ProtocolBuffers_iOS.xcodeproj/xcuserdata/
97 # OS X's Finder creates these for state about opened windows/etc.
98 **/.DS_Store
99
100 # Comformance test output
101 conformance/.libs/
102 conformance/com/
103 conformance/conformance-cpp
104 conformance/conformance-csharp
105 conformance/conformance-java
106 conformance/conformance-objc
107 conformance/conformance-test-runner
108 conformance/conformance.pb.cc
109 conformance/conformance.pb.h
110 conformance/Conformance.pbobjc.h
111 conformance/Conformance.pbobjc.m
112 conformance/conformance.rb
113 conformance/javac_middleman
114 conformance/protoc_middleman
OLDNEW
« no previous file with comments | « sync/internal_api/write_node.cc ('k') | third_party/protobuf/.travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698