blob: ac1b29797fb1db75547dad6aceac2cb68df6d4d7 [file] [log] [blame]
Wink Savilleede38fe2010-05-28 11:49:52 -07001# 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
Wink Savillefdcaf072010-08-16 08:23:32 -07009*.pyc
10*.egg
Wink Savilleede38fe2010-05-28 11:49:52 -070011.deps
Wink Savilleb3fe74b2010-06-03 15:33:07 -070012/stamp-h1
13/Makefile
14/src/Makefile
15/config.log
16/config.status
17/config.h
Wink Savilleede38fe2010-05-28 11:49:52 -070018gtest/Makefile
19gtest/build-aux/config.h
20gtest/build-aux/stamp-h1
Wink Savilleb3fe74b2010-06-03 15:33:07 -070021gtest/config.log
22gtest/config.status
Wink Savilleede38fe2010-05-28 11:49:52 -070023gtest/libtool
24gtest/scripts/gtest-config
25gtest/lib
26gtest/src/.dirstamp
27protobuf.pc
28protobuf-lite.pc
29libtool
30autom4te.cache/
Wink Savilleede38fe2010-05-28 11:49:52 -070031core
Wink Savillefdcaf072010-08-16 08:23:32 -070032python/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/
Wink Savilleede38fe2010-05-28 11:49:52 -070041src/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
Wink Savilled0332952010-05-29 13:00:38 -070051src/test_plugin
52src/testzip.jar
53src/testzip.list
54src/testzip.proto
55src/testzip.zip
Wink Savilleb3fe74b2010-06-03 15:33:07 -070056vsprojects/config.h
Wink Savilleede38fe2010-05-28 11:49:52 -070057java/target/