blob: b6813f28c5dd2fd291a5a50c6ec2e8dbb18a7c6b [file] [log] [blame]
William A. Kennington III8890e452018-06-26 11:46:11 -07001# Python build artifacts
Patrick Williams7033b5a2016-10-09 16:43:58 -05002*.swp
3__pycache__
4*.pyc
5*.pyo
William A. Kennington III8890e452018-06-26 11:46:11 -07006/tools/build
7/tools/setup.py
8
9# Test suite logs
10*.log
11
12# Code Coverage
13*.gcda
14*.gcno
15*.trs
16*-coverage*
17
18# Compiler
19*.o
20
21# Libtool
22*.la
23*.lo
24
25# Autotools
26.deps
27.dirstamp
28.libs
29/aclocal.m4
30/build-aux
31/config.h
32/config.h.in
33/config.h.in~
34/config.log
35/config.status
36/configure
37/m4
38/libtool
39Makefile
40Makefile.in
41/stamp-h1
42
43# Custom generated files
44/example/calculator.md
45/example/net/poettering/Calculator
46/sdbusplus.pc
47/sdbusplus/bus.hpp
48/sdbusplus/server.hpp
49/tools/sdbusplus/templates/interface.mako.server.cpp
50/tools/sdbusplus/templates/method.mako.prototype.hpp
51/tools/sdbusplus/templates/property.mako.prototype.hpp
52
53# Output binaries
54/example/calculator-server
55/example/list-users
56/test/bus_list_names
57/test/bus_match
58/test/exception_sdbus_error
59/test/message_append
60/test/message_native_types
61/test/message_read
62/test/message_types
William A. Kennington III47b31882018-10-12 18:14:12 -070063/test/timer
William A. Kennington III8890e452018-06-26 11:46:11 -070064/test/utility_tuple_to_array
65/test/utility_type_traits
66/test/vtable_vtable