William A. Kennington III | 8890e45 | 2018-06-26 11:46:11 -0700 | [diff] [blame] | 1 | # Python build artifacts |
Patrick Williams | 7033b5a | 2016-10-09 16:43:58 -0500 | [diff] [blame] | 2 | *.swp |
| 3 | __pycache__ |
| 4 | *.pyc |
| 5 | *.pyo |
William A. Kennington III | 8890e45 | 2018-06-26 11:46:11 -0700 | [diff] [blame] | 6 | /tools/build |
| 7 | /tools/setup.py |
| 8 | |
| 9 | # Test suite logs |
| 10 | *.log |
| 11 | |
| 12 | # Code Coverage |
| 13 | *.gcda |
| 14 | *.gcno |
| 15 | *.trs |
| 16 | *-coverage* |
| 17 | |
| 18 | # Compiler |
| 19 | *.o |
| 20 | |
| 21 | # Libtool |
| 22 | *.la |
| 23 | *.lo |
| 24 | |
| 25 | # Autotools |
| 26 | .deps |
| 27 | .dirstamp |
| 28 | .libs |
| 29 | /aclocal.m4 |
William A. Kennington III | ebdc371 | 2019-03-15 13:42:44 -0700 | [diff] [blame^] | 30 | /aminclude_static.am |
| 31 | /autom4te.cache |
William A. Kennington III | 8890e45 | 2018-06-26 11:46:11 -0700 | [diff] [blame] | 32 | /build-aux |
| 33 | /config.h |
| 34 | /config.h.in |
| 35 | /config.h.in~ |
| 36 | /config.log |
| 37 | /config.status |
| 38 | /configure |
| 39 | /m4 |
| 40 | /libtool |
| 41 | Makefile |
| 42 | Makefile.in |
| 43 | /stamp-h1 |
| 44 | |
| 45 | # Custom generated files |
| 46 | /example/calculator.md |
| 47 | /example/net/poettering/Calculator |
| 48 | /sdbusplus.pc |
| 49 | /sdbusplus/bus.hpp |
| 50 | /sdbusplus/server.hpp |
| 51 | /tools/sdbusplus/templates/interface.mako.server.cpp |
| 52 | /tools/sdbusplus/templates/method.mako.prototype.hpp |
| 53 | /tools/sdbusplus/templates/property.mako.prototype.hpp |
| 54 | |
| 55 | # Output binaries |
| 56 | /example/calculator-server |
| 57 | /example/list-users |
| 58 | /test/bus_list_names |
| 59 | /test/bus_match |
| 60 | /test/exception_sdbus_error |
| 61 | /test/message_append |
| 62 | /test/message_native_types |
| 63 | /test/message_read |
| 64 | /test/message_types |
William A. Kennington III | 47b3188 | 2018-10-12 18:14:12 -0700 | [diff] [blame] | 65 | /test/timer |
William A. Kennington III | 8890e45 | 2018-06-26 11:46:11 -0700 | [diff] [blame] | 66 | /test/utility_tuple_to_array |
| 67 | /test/utility_type_traits |
| 68 | /test/vtable_vtable |