xref: /openbmc/pldm/.gitignore (revision 1294c214)
1a0954f48STom Joseph# Template from
2a0954f48STom Joseph# https://github.com/github/gitignore/blob/master/Autotools.gitignore
3a0954f48STom Joseph
4a0954f48STom Joseph# http://www.gnu.org/software/automake
5a0954f48STom Joseph
6a0954f48STom JosephMakefile.in
7a0954f48STom Joseph/ar-lib
8a0954f48STom Joseph/mdate-sh
9a0954f48STom Joseph/py-compile
10a0954f48STom Joseph/test-driver
11a0954f48STom Joseph/ylwrap
12a0954f48STom Joseph
13a0954f48STom Joseph# http://www.gnu.org/software/autoconf
14a0954f48STom Joseph
15a0954f48STom Joseph/autom4te.cache
16a0954f48STom Joseph/autoscan.log
17a0954f48STom Joseph/autoscan-*.log
18a0954f48STom Joseph/aclocal.m4
19a0954f48STom Joseph/compile
20a0954f48STom Joseph/config.guess
21a0954f48STom Joseph/config.h.in
22a0954f48STom Joseph/config.sub
23a0954f48STom Joseph/configure
24a0954f48STom Joseph/configure.scan
25a0954f48STom Joseph/depcomp
26a0954f48STom Joseph/install-sh
27a0954f48STom Joseph/missing
28a0954f48STom Joseph/stamp-h1
29a0954f48STom Joseph
30a0954f48STom Joseph# https://www.gnu.org/software/libtool/
31a0954f48STom Joseph
32a0954f48STom Joseph/ltmain.sh
33a0954f48STom Joseph
34a0954f48STom Joseph# http://www.gnu.org/software/texinfo
35a0954f48STom Joseph
36a0954f48STom Joseph/texinfo.tex
37a0954f48STom Joseph
38a0954f48STom Joseph# Repo specific items
39a0954f48STom Joseph*.a
40a0954f48STom Joseph*.o
41a0954f48STom Joseph*.lo
42a0954f48STom Joseph*.la
43a0954f48STom Joseph*.pc
44a0954f48STom Joseph*.so*
45a0954f48STom Joseph/config.h
46a0954f48STom Joseph/config.h.in~
47a0954f48STom Joseph/config.log
48a0954f48STom Joseph/config.status
49a0954f48STom JosephMakefile
50a0954f48STom Joseph.deps
51a0954f48STom Joseph.dirstamp
52a0954f48STom Joseph.libs/
53a0954f48STom Joseph/libtool
54a0954f48STom Joseph/*-libtool
55a0954f48STom Joseph.project
56ca10bc40SJohn Wang/aminclude_static.am
57ca10bc40SJohn Wang/m4
58ca10bc40SJohn Wang/tool/pldmtool
59ca10bc40SJohn Wangpldmd
60ca10bc40SJohn Wang
61ca10bc40SJohn Wang# Code Coverage
62ca10bc40SJohn Wang*.gcda
63ca10bc40SJohn Wang*.gcno
64ca10bc40SJohn Wang*.trs
65ca10bc40SJohn Wang*-coverage*
66a0954f48STom Joseph
67a0954f48STom Joseph# test related
68a0954f48STom Joseph/test/*.log
69a0954f48STom Joseph/test/*.trs
70a0954f48STom Joseph/test-suite.log
71a0954f48STom Joseph/test/*.gcda
72a0954f48STom Joseph/test/*.gcno
73a0954f48STom Joseph/test/libpldm_base_test
74a0954f48STom Joseph/test/libpldmresponder_base_test
75032bd50aSSampa Misra/test/libpldm_bios_test
76032bd50aSSampa Misra/test/libpldmresponder_bios_formatTime_test
770c6d22ccSTom Joseph/test/libpldm_platform_test
780c6d22ccSTom Joseph/test/libpldmoem_fileio_test
790c6d22ccSTom Joseph/test/libpldmoemresponder_fileio_test
800c6d22ccSTom Joseph/test/libpldmresponder_bios_test
810c6d22ccSTom Joseph/test/libpldmresponder_file_io_test
820c6d22ccSTom Joseph/test/libpldmresponder_pdr_state_effecter_test
83ca10bc40SJohn Wang/test/libpldmresponder_bios_table_test
843c275e1cSDeepak Kodihalli
853c275e1cSDeepak Kodihalli# meson
863c275e1cSDeepak Kodihalli/build
873c275e1cSDeepak Kodihalli/builddir
88*1294c214SJohn Wang
89*1294c214SJohn Wang# vscode
90*1294c214SJohn Wang.vscode
91