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/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 64/test/timer 65/test/utility_tuple_to_array 66/test/utility_type_traits 67/test/vtable_vtable 68/test/object 69/test/server/Test 70