From 38a3dd502d44d2b7ae3f5a8a76e6b954b340ed3b Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 17 Nov 2014 16:17:33 -0500 Subject: [PATCH] Exclude Python build artifacts. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 0837cde8c0..2507579a38 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,13 @@ src/.libs unittest*.pb.* cpp_test*.pb.* +*.pyc +*.egg-info +*_pb2.py +python/.eggs/ +python/build/ +python/google/protobuf/compiler/ + src/protoc src/unittest_proto_middleman