blob: 3508cbccb323c003a8ae1dfa5e4fd5f9cf87cb9e [file] [log] [blame]
William A. Kennington III8f90e282018-07-17 14:40:14 -07001# 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
William A. Kennington IIId41a9422019-03-15 13:36:37 -070025/aminclude_static.am
William A. Kennington III8f90e282018-07-17 14:40:14 -070026/autom4te.cache
27/build-aux
William A. Kennington III030ca1b2018-07-17 14:40:14 -070028/confdefs.h
William A. Kennington III8f90e282018-07-17 14:40:14 -070029/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
William A. Kennington IIIba04ffb2018-09-20 11:35:11 -070045/example/delayed_echo
William A. Kennington III8f90e282018-07-17 14:40:14 -070046/example/follow
William A. Kennington III7e2e60e2018-07-17 14:40:14 -070047/example/heartbeat
William A. Kennington IIIfa9431d2018-09-25 14:28:31 -070048/example/heartbeat_timer
William A. Kennington III7597a082018-07-17 14:40:14 -070049/test/clock
William A. Kennington III8f90e282018-07-17 14:40:14 -070050/test/event
51/test/exception
William A. Kennington III59a47222018-09-19 18:27:26 -070052/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
William A. Kennington III81282e12018-09-19 18:28:37 -070059/test/utility/timer