forked from openbmc/sdbusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (61 loc) · 1014 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
59
60
61
62
63
64
65
66
67
68
# Python build artifacts
*.swp
__pycache__
*.pyc
*.pyo
/tools/build
/tools/setup.py
# Test suite logs
*.log
# Code Coverage
*.gcda
*.gcno
*.trs
*-coverage*
# Compiler
*.o
# Libtool
*.la
*.lo
# Autotools
.deps
.dirstamp
.libs
/aclocal.m4
/aminclude_static.am
/autom4te.cache
/build-aux
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/configure
/m4
/libtool
Makefile
Makefile.in
/stamp-h1
# Custom generated files
/example/calculator.md
/example/net/poettering/Calculator
/sdbusplus.pc
/sdbusplus/bus.hpp
/sdbusplus/server.hpp
/tools/sdbusplus/templates/interface.mako.server.cpp
/tools/sdbusplus/templates/method.mako.prototype.hpp
/tools/sdbusplus/templates/property.mako.prototype.hpp
# Output binaries
/example/calculator-server
/example/list-users
/test/bus_list_names
/test/bus_match
/test/exception_sdbus_error
/test/message_append
/test/message_native_types
/test/message_read
/test/message_types
/test/timer
/test/utility_tuple_to_array
/test/utility_type_traits
/test/vtable_vtable