blob: 45474649edb11e4f47ea1fff80fde16ae4d2ddbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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/
|