Commit a56d1309 authored by Feng Xiao's avatar Feng Xiao

Merge pull request #263 from tamird/gitignore

Clean up generated files
parents 86d93063 b63d432a
...@@ -27,6 +27,7 @@ src/Makefile ...@@ -27,6 +27,7 @@ src/Makefile
/config.h /config.h
config.log config.log
config.status config.status
pbconfig.h
libtool libtool
protobuf-lite.pc protobuf-lite.pc
......
...@@ -322,7 +322,7 @@ protoc_inputs = \ ...@@ -322,7 +322,7 @@ protoc_inputs = \
google/protobuf/unittest_preserve_unknown_enum2.proto \ google/protobuf/unittest_preserve_unknown_enum2.proto \
google/protobuf/unittest_proto3_arena.proto \ google/protobuf/unittest_proto3_arena.proto \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.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 = \ EXTRA_DIST = \
$(protoc_inputs) \ $(protoc_inputs) \
...@@ -398,8 +398,8 @@ protoc_outputs = \ ...@@ -398,8 +398,8 @@ protoc_outputs = \
google/protobuf/unittest_preserve_unknown_enum2.pb.h \ google/protobuf/unittest_preserve_unknown_enum2.pb.h \
google/protobuf/unittest_proto3_arena.pb.cc \ google/protobuf/unittest_proto3_arena.pb.cc \
google/protobuf/unittest_proto3_arena.pb.h \ google/protobuf/unittest_proto3_arena.pb.h \
google/protobuf/compiler/cpp/test_large_enum_value.pb.cc \ google/protobuf/compiler/cpp/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.h \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc \ google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment