From fdcaf07a13de696b42edbf2cf1b98e61052be8ce Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Mon, 16 Aug 2010 08:23:32 -0700 Subject: Add some python generated file/dirs to external/protobuf/.gitignore. Change-Id: If22801f80a9bfe0fa5905e07894ec4b07f6db23b --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f6d12c5..ac1b297 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *~ *.lo *.la +*.pyc +*.egg .deps /stamp-h1 /Makefile @@ -27,6 +29,15 @@ protobuf-lite.pc libtool autom4te.cache/ core +python/build/ +python/google/protobuf/descriptor_pb2.py +python/google/protobuf/internal/more_extensions_pb2.py +python/google/protobuf/internal/more_messages_pb2.py +python/google/protobuf/unittest_import_pb2.py +python/google/protobuf/unittest_mset_pb2.py +python/google/protobuf/unittest_no_generic_services_pb2.py +python/google/protobuf/unittest_pb2.py +python/protobuf.egg-info/ src/google/protobuf/unittest*pb* src/google/protobuf/compiler/cpp/cpp*pb* src/unittest_proto_middleman -- cgit v1.1