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