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 18 gtest/Makefile 19 gtest/build-aux/config.h 20 gtest/build-aux/stamp-h1 21 gtest/config.log 22 gtest/config.status 23 gtest/libtool 24 gtest/scripts/gtest-config 25 gtest/lib 26 gtest/src/.dirstamp 27 protobuf.pc 28 protobuf-lite.pc 29 libtool 30 autom4te.cache/ 31 core 32 python/build/ 33 python/google/protobuf/descriptor_pb2.py 34 python/google/protobuf/internal/more_extensions_pb2.py 35 python/google/protobuf/internal/more_messages_pb2.py 36 python/google/protobuf/unittest_import_pb2.py 37 python/google/protobuf/unittest_mset_pb2.py 38 python/google/protobuf/unittest_no_generic_services_pb2.py 39 python/google/protobuf/unittest_pb2.py 40 python/protobuf.egg-info/ 41 src/google/protobuf/unittest*pb* 42 src/google/protobuf/compiler/cpp/cpp*pb* 43 src/unittest_proto_middleman 44 src/protobuf-lazy-descriptor-test 45 src/protobuf-lite-test 46 src/protobuf-test 47 src/zcgunzip 48 src/zcgzip 49 src/.libs 50 src/protoc 51 src/test_plugin 52 src/testzip.jar 53 src/testzip.list 54 src/testzip.proto 55 src/testzip.zip 56 vsprojects/config.h 57 java/target/ 58 !prebuilts/** 59