William A. Kennington III | 8f90e28 | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 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 |
William A. Kennington III | d41a942 | 2019-03-15 13:36:37 -0700 | [diff] [blame^] | 25 | /aminclude_static.am |
William A. Kennington III | 8f90e28 | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 26 | /autom4te.cache |
| 27 | /build-aux |
William A. Kennington III | 030ca1b | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 28 | /confdefs.h |
William A. Kennington III | 8f90e28 | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 29 | /config.h |
| 30 | /config.h.in |
| 31 | /config.h.in~ |
| 32 | /config.log |
| 33 | /config.status |
| 34 | /configure |
| 35 | /m4 |
| 36 | /libtool |
| 37 | Makefile |
| 38 | Makefile.in |
| 39 | /stamp-h1 |
| 40 | |
| 41 | # Custom generated files |
| 42 | /src/sdeventplus.pc |
| 43 | |
| 44 | # Output binaries |
William A. Kennington III | ba04ffb | 2018-09-20 11:35:11 -0700 | [diff] [blame] | 45 | /example/delayed_echo |
William A. Kennington III | 8f90e28 | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 46 | /example/follow |
William A. Kennington III | 7e2e60e | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 47 | /example/heartbeat |
William A. Kennington III | fa9431d | 2018-09-25 14:28:31 -0700 | [diff] [blame] | 48 | /example/heartbeat_timer |
William A. Kennington III | 7597a08 | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 49 | /test/clock |
William A. Kennington III | 8f90e28 | 2018-07-17 14:40:14 -0700 | [diff] [blame] | 50 | /test/event |
| 51 | /test/exception |
William A. Kennington III | 59a4722 | 2018-09-19 18:27:26 -0700 | [diff] [blame] | 52 | /test/internal/sdref |
| 53 | /test/internal/utils |
| 54 | /test/source/base |
| 55 | /test/source/child |
| 56 | /test/source/event |
| 57 | /test/source/io |
| 58 | /test/source/signal |
| 59 | /test/source/time |
William A. Kennington III | 81282e1 | 2018-09-19 18:28:37 -0700 | [diff] [blame] | 60 | /test/utility/timer |