1# git-ls-files --others --exclude-from=.git/info/exclude 2# Lines that start with '#' are comments. 3# For a project mostly in C, the following would be a good set of 4# exclude patterns (uncomment them if you want to use them): 5*.[oa] 6*~ 7*.lo 8*.la 9*.pyc 10*.egg 11.deps 12/stamp-h1 13/Makefile 14/src/Makefile 15/config.log 16/config.status 17/config.h 18gtest/Makefile 19gtest/build-aux/config.h 20gtest/build-aux/stamp-h1 21gtest/config.log 22gtest/config.status 23gtest/libtool 24gtest/scripts/gtest-config 25gtest/lib 26gtest/src/.dirstamp 27protobuf.pc 28protobuf-lite.pc 29libtool 30autom4te.cache/ 31core 32python/build/ 33python/google/protobuf/descriptor_pb2.py 34python/google/protobuf/internal/more_extensions_pb2.py 35python/google/protobuf/internal/more_messages_pb2.py 36python/google/protobuf/unittest_import_pb2.py 37python/google/protobuf/unittest_mset_pb2.py 38python/google/protobuf/unittest_no_generic_services_pb2.py 39python/google/protobuf/unittest_pb2.py 40python/protobuf.egg-info/ 41src/google/protobuf/unittest*pb* 42src/google/protobuf/compiler/cpp/cpp*pb* 43src/unittest_proto_middleman 44src/protobuf-lazy-descriptor-test 45src/protobuf-lite-test 46src/protobuf-test 47src/zcgunzip 48src/zcgzip 49src/.libs 50src/protoc 51src/test_plugin 52src/testzip.jar 53src/testzip.list 54src/testzip.proto 55src/testzip.zip 56vsprojects/config.h 57java/target/ 58!prebuilts/** 59