From ede38fe9b9f93888e6e41afc7abb09525f44da95 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Fri, 28 May 2010 11:49:52 -0700 Subject: Add support for Java micro protobuf's to protobuf-2.2.0a. See README.android for additional information. Change-Id: I9c5ef2eec484cc87e32841f39060f8f27b8e8472 --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4547464 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +*.[oa] +*~ +*.lo +*.la +Makefile +config.h +src/Makefile +/stamp.h1 +.deps +config.log +config.status +gtest/Makefile +gtest/build-aux/config.h +gtest/build-aux/stamp-h1 +gtest/libtool +gtest/scripts/gtest-config +gtest/lib +gtest/src/.dirstamp +protobuf.pc +protobuf-lite.pc +libtool +autom4te.cache/ +/stamp-h1 +core +src/google/protobuf/unittest*pb* +src/google/protobuf/compiler/cpp/cpp*pb* +src/unittest_proto_middleman +src/protobuf-lazy-descriptor-test +src/protobuf-lite-test +src/protobuf-test +src/zcgunzip +src/zcgzip +src/.libs +src/protoc +java/target/ -- cgit v1.1