diff options
author | Wink Saville <wink@google.com> | 2010-05-28 11:49:52 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2010-05-28 11:49:52 -0700 |
commit | ede38fe9b9f93888e6e41afc7abb09525f44da95 (patch) | |
tree | 4ef437786285869a2ae70dc0d411ba475304e40a /.gitignore | |
parent | fbaaef999ba563838ebd00874ed8a1c01fbf286d (diff) | |
download | external_protobuf-ede38fe9b9f93888e6e41afc7abb09525f44da95.zip external_protobuf-ede38fe9b9f93888e6e41afc7abb09525f44da95.tar.gz external_protobuf-ede38fe9b9f93888e6e41afc7abb09525f44da95.tar.bz2 |
Add support for Java micro protobuf's to protobuf-2.2.0a.
See README.android for additional information.
Change-Id: I9c5ef2eec484cc87e32841f39060f8f27b8e8472
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
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/ |