1# Python build artifacts 2*.swp 3__pycache__ 4*.pyc 5*.pyo 6/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/aminclude_static.am 31/autom4te.cache 32/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 51/tools/sdbusplus/templates/interface.mako.server.cpp 52/tools/sdbusplus/templates/method.mako.prototype.hpp 53/tools/sdbusplus/templates/property.mako.prototype.hpp 54 55# Output binaries 56/example/calculator-server 57/example/list-users 58/test/bus_list_names 59/test/bus_match 60/test/exception_sdbus_error 61/test/message_append 62/test/message_native_types 63/test/message_read 64/test/message_types 65/test/timer 66/test/utility_tuple_to_array 67/test/utility_type_traits 68/test/vtable_vtable 69/test/object 70/test/server/Test 71