1# Test suite logs 2*.log 3 4# Code Coverage 5*.gcda 6*.gcno 7*.trs 8*-coverage* 9 10# CC / CXX Compiler 11*.ii 12*.i 13*.o 14*.s 15 16# Libtool 17*.la 18*.lo 19 20# Autotools 21.deps 22.dirstamp 23.libs 24/aclocal.m4 25/aminclude_static.am 26/autom4te.cache 27/build-aux 28/confdefs.h 29/config.h 30/config.h.in 31/config.h.in~ 32/config.log 33/config.status 34/configure 35/m4 36/libtool 37Makefile 38Makefile.in 39/stamp-h1 40 41# Custom generated files 42/src/sdeventplus.pc 43 44# Output binaries 45/example/delayed_echo 46/example/follow 47/example/heartbeat 48/example/heartbeat_timer 49/test/clock 50/test/event 51/test/exception 52/test/internal/utils 53/test/source/base 54/test/source/child 55/test/source/event 56/test/source/io 57/test/source/signal 58/test/source/time 59/test/utility/timer 60