blob: 4b97ff5001f027ea0ccaa8d6787cfebe4a23dafa [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
Patrick Williams50981162020-05-15 17:38:42 -05007/tools/setup_autotools.py
William A. Kennington III8890e452018-06-26 11:46:11 -07008
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
William A. Kennington IIIebdc3712019-03-15 13:42:44 -070030/aminclude_static.am
31/autom4te.cache
William A. Kennington III8890e452018-06-26 11:46:11 -070032/build-aux
33/config.h
34/config.h.in
35/config.h.in~
36/config.log
37/config.status
38/configure
39/m4
40/libtool
41Makefile
42Makefile.in
43/stamp-h1
44
45# Custom generated files
46/example/calculator.md
47/example/net/poettering/Calculator
48/sdbusplus.pc
49/sdbusplus/bus.hpp
50/sdbusplus/server.hpp
William A. Kennington III8890e452018-06-26 11:46:11 -070051/tools/sdbusplus/templates/method.mako.prototype.hpp
52/tools/sdbusplus/templates/property.mako.prototype.hpp
53
54# Output binaries
55/example/calculator-server
56/example/list-users
57/test/bus_list_names
58/test/bus_match
59/test/exception_sdbus_error
60/test/message_append
61/test/message_native_types
62/test/message_read
63/test/message_types
William A. Kennington III47b31882018-10-12 18:14:12 -070064/test/timer
William A. Kennington III8890e452018-06-26 11:46:11 -070065/test/utility_tuple_to_array
66/test/utility_type_traits
67/test/vtable_vtable
Lei YUe57c38e2019-09-20 17:38:17 +080068/test/object
69/test/server/Test