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