William A. Kennington III | 1d25055 | 2018-08-16 00:46:34 -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 |
| 25 | /autom4te.cache |
| 26 | /build-aux |
| 27 | /confdefs.h |
| 28 | /config.h |
| 29 | /config.h.in |
| 30 | /config.h.in~ |
| 31 | /config.log |
| 32 | /config.status |
| 33 | /configure |
| 34 | /m4 |
| 35 | /libtool |
| 36 | Makefile |
| 37 | Makefile.in |
| 38 | /stamp-h1 |
| 39 | |
| 40 | # Custom generated files |
| 41 | /src/gpioplus.pc |
| 42 | |
| 43 | # Output binaries |
| 44 | /example/pulse |
William A. Kennington III | d821823 | 2018-08-16 19:46:21 -0700 | [diff] [blame] | 45 | /test/chip |
William A. Kennington III | f3942f6 | 2018-08-17 13:15:38 -0700 | [diff] [blame] | 46 | /test/event |
William A. Kennington III | b00dd04 | 2018-08-17 13:14:34 -0700 | [diff] [blame] | 47 | /test/handle |
William A. Kennington III | 26954bd | 2018-08-16 17:55:07 -0700 | [diff] [blame] | 48 | /test/internal_fd |