Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
a56d1309
Commit
a56d1309
authored
Mar 31, 2015
by
Feng Xiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #263 from tamird/gitignore
Clean up generated files
parents
86d93063
b63d432a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+1
-0
Makefile.am
src/Makefile.am
+3
-3
cpp_test_large_enum_value.proto
...gle/protobuf/compiler/cpp/cpp_test_large_enum_value.proto
+0
-0
No files found.
.gitignore
View file @
a56d1309
...
...
@@ -27,6 +27,7 @@ src/Makefile
/config.h
config.log
config.status
pbconfig.h
libtool
protobuf-lite.pc
...
...
src/Makefile.am
View file @
a56d1309
...
...
@@ -322,7 +322,7 @@ protoc_inputs = \
google/protobuf/unittest_preserve_unknown_enum2.proto
\
google/protobuf/unittest_proto3_arena.proto
\
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
\
google/protobuf/compiler/cpp/test_large_enum_value.proto
google/protobuf/compiler/cpp/
cpp_
test_large_enum_value.proto
EXTRA_DIST
=
\
$(protoc_inputs)
\
...
...
@@ -398,8 +398,8 @@ protoc_outputs = \
google/protobuf/unittest_preserve_unknown_enum2.pb.h
\
google/protobuf/unittest_proto3_arena.pb.cc
\
google/protobuf/unittest_proto3_arena.pb.h
\
google/protobuf/compiler/cpp/
test_large_enum_value.pb.cc
\
google/protobuf/compiler/cpp/
test_large_enum_value.pb.h
\
google/protobuf/compiler/cpp/
cpp_test_large_enum_value.pb.cc
\
google/protobuf/compiler/cpp/
cpp_test_large_enum_value.pb.h
\
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc
\
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h
...
...
src/google/protobuf/compiler/cpp/test_large_enum_value.proto
→
src/google/protobuf/compiler/cpp/
cpp_
test_large_enum_value.proto
View file @
a56d1309
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment