forked from gyroidos/external_protobuf-c-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (50 loc) · 760 Bytes
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Editor cruft.
*~
.*.swp
# Autoconf products.
Makefile
/autom4te.cache
build-aux/config.h
build-aux/stamp-h1
config.log
config.status
libtool
.deps/
.dirstamp
.libs/
config.cache
# Build products.
*.pb-c.[ch]
*.pb.h
*.pb.cc
*.lo
*.o
*.la
protobuf-c-text/libprotobuf-c-text.pc
# Test generated cruft.
/t/addressbook.c.data
/t/addressbook.c.text
/t/addressbook.protoc-c.text
/t/broken_parse.data
/t/broken_parse.out
/t/tutorial_test.c.data
/t/tutorial_test.c.text
/t/tutorial_test.protoc_c.text
# Test generated logs.
/t/*.log
/t/*.trs
/test-suite.log
# Test binaries.
/t/c-dump
/t/c-dump2
/t/c-parse
/t/c-parse2
/t/test_msgs
# Generated parsing code.
/protobuf-c-text/parse.c
# Doxygen output.
/docs
# Code coverage files.
/coverage.info
*.gcda
*.gcno