Patrick Williams | 3b1dc01 | 2021-04-16 21:51:47 -0500 | [diff] [blame] | 1 | subprojects/* |
Andrew Jeffery | 27a022c | 2022-08-10 23:12:49 +0930 | [diff] [blame] | 2 | !subprojects/libpldm* |
Patrick Williams | 3b1dc01 | 2021-04-16 21:51:47 -0500 | [diff] [blame] | 3 | !subprojects/*.wrap |
| 4 | |
Tom Joseph | a0954f4 | 2019-02-07 16:13:14 +0530 | [diff] [blame] | 5 | # Template from |
| 6 | # https://github.com/github/gitignore/blob/master/Autotools.gitignore |
| 7 | |
| 8 | # http://www.gnu.org/software/automake |
| 9 | |
| 10 | Makefile.in |
| 11 | /ar-lib |
| 12 | /mdate-sh |
| 13 | /py-compile |
| 14 | /test-driver |
| 15 | /ylwrap |
| 16 | |
| 17 | # http://www.gnu.org/software/autoconf |
| 18 | |
| 19 | /autom4te.cache |
| 20 | /autoscan.log |
| 21 | /autoscan-*.log |
| 22 | /aclocal.m4 |
| 23 | /compile |
| 24 | /config.guess |
| 25 | /config.h.in |
| 26 | /config.sub |
| 27 | /configure |
| 28 | /configure.scan |
| 29 | /depcomp |
| 30 | /install-sh |
| 31 | /missing |
| 32 | /stamp-h1 |
| 33 | |
| 34 | # https://www.gnu.org/software/libtool/ |
| 35 | |
| 36 | /ltmain.sh |
| 37 | |
| 38 | # http://www.gnu.org/software/texinfo |
| 39 | |
| 40 | /texinfo.tex |
| 41 | |
| 42 | # Repo specific items |
| 43 | *.a |
| 44 | *.o |
| 45 | *.lo |
| 46 | *.la |
| 47 | *.pc |
| 48 | *.so* |
| 49 | /config.h |
| 50 | /config.h.in~ |
| 51 | /config.log |
| 52 | /config.status |
| 53 | Makefile |
| 54 | .deps |
| 55 | .dirstamp |
| 56 | .libs/ |
| 57 | /libtool |
| 58 | /*-libtool |
| 59 | .project |
John Wang | ca10bc4 | 2019-08-15 09:31:43 +0800 | [diff] [blame] | 60 | /aminclude_static.am |
| 61 | /m4 |
| 62 | /tool/pldmtool |
John Wang | ca10bc4 | 2019-08-15 09:31:43 +0800 | [diff] [blame] | 63 | |
| 64 | # Code Coverage |
| 65 | *.gcda |
| 66 | *.gcno |
| 67 | *.trs |
| 68 | *-coverage* |
Tom Joseph | a0954f4 | 2019-02-07 16:13:14 +0530 | [diff] [blame] | 69 | |
| 70 | # test related |
| 71 | /test/*.log |
| 72 | /test/*.trs |
| 73 | /test-suite.log |
| 74 | /test/*.gcda |
| 75 | /test/*.gcno |
John Wang | bb8e7f2 | 2019-12-05 10:22:06 +0800 | [diff] [blame] | 76 | /test/vgcore.* |
Lei YU | f357b5a | 2020-02-27 11:52:39 +0800 | [diff] [blame] | 77 | /libpldm/tests/vgcore.* |
Tom Joseph | a0954f4 | 2019-02-07 16:13:14 +0530 | [diff] [blame] | 78 | /test/libpldm_base_test |
| 79 | /test/libpldmresponder_base_test |
Sampa Misra | 032bd50 | 2019-03-06 05:03:22 -0600 | [diff] [blame] | 80 | /test/libpldm_bios_test |
| 81 | /test/libpldmresponder_bios_formatTime_test |
Tom Joseph | 0c6d22c | 2019-06-26 09:58:41 +0530 | [diff] [blame] | 82 | /test/libpldm_platform_test |
| 83 | /test/libpldmoem_fileio_test |
| 84 | /test/libpldmoemresponder_fileio_test |
| 85 | /test/libpldmresponder_bios_test |
| 86 | /test/libpldmresponder_file_io_test |
| 87 | /test/libpldmresponder_pdr_state_effecter_test |
John Wang | ca10bc4 | 2019-08-15 09:31:43 +0800 | [diff] [blame] | 88 | /test/libpldmresponder_bios_table_test |
Deepak Kodihalli | 3c275e1 | 2019-09-21 06:39:39 -0500 | [diff] [blame] | 89 | |
| 90 | # meson |
| 91 | /build |
| 92 | /builddir |
John Wang | 1294c21 | 2019-09-30 13:56:43 +0800 | [diff] [blame] | 93 | |
| 94 | # vscode |
| 95 | .vscode |