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/autom4te.cache 26/build-aux 27/config.h 28/config.h.in 29/config.h.in~ 30/config.log 31/config.status 32/configure 33/m4 34/libtool 35Makefile 36Makefile.in 37/stamp-h1 38 39# Custom generated files 40/src/sdeventplus.pc 41 42# Output binaries 43/example/follow 44/test/event 45/test/exception 46/test/sdref 47