xref: /openbmc/pldm/.gitignore (revision 3b1dc01d)
1*3b1dc01dSPatrick Williamssubprojects/*
2*3b1dc01dSPatrick Williams!subprojects/*.wrap
3*3b1dc01dSPatrick Williams
4a0954f48STom Joseph# Template from
5a0954f48STom Joseph# https://github.com/github/gitignore/blob/master/Autotools.gitignore
6a0954f48STom Joseph
7a0954f48STom Joseph# http://www.gnu.org/software/automake
8a0954f48STom Joseph
9a0954f48STom JosephMakefile.in
10a0954f48STom Joseph/ar-lib
11a0954f48STom Joseph/mdate-sh
12a0954f48STom Joseph/py-compile
13a0954f48STom Joseph/test-driver
14a0954f48STom Joseph/ylwrap
15a0954f48STom Joseph
16a0954f48STom Joseph# http://www.gnu.org/software/autoconf
17a0954f48STom Joseph
18a0954f48STom Joseph/autom4te.cache
19a0954f48STom Joseph/autoscan.log
20a0954f48STom Joseph/autoscan-*.log
21a0954f48STom Joseph/aclocal.m4
22a0954f48STom Joseph/compile
23a0954f48STom Joseph/config.guess
24a0954f48STom Joseph/config.h.in
25a0954f48STom Joseph/config.sub
26a0954f48STom Joseph/configure
27a0954f48STom Joseph/configure.scan
28a0954f48STom Joseph/depcomp
29a0954f48STom Joseph/install-sh
30a0954f48STom Joseph/missing
31a0954f48STom Joseph/stamp-h1
32a0954f48STom Joseph
33a0954f48STom Joseph# https://www.gnu.org/software/libtool/
34a0954f48STom Joseph
35a0954f48STom Joseph/ltmain.sh
36a0954f48STom Joseph
37a0954f48STom Joseph# http://www.gnu.org/software/texinfo
38a0954f48STom Joseph
39a0954f48STom Joseph/texinfo.tex
40a0954f48STom Joseph
41a0954f48STom Joseph# Repo specific items
42a0954f48STom Joseph*.a
43a0954f48STom Joseph*.o
44a0954f48STom Joseph*.lo
45a0954f48STom Joseph*.la
46a0954f48STom Joseph*.pc
47a0954f48STom Joseph*.so*
48a0954f48STom Joseph/config.h
49a0954f48STom Joseph/config.h.in~
50a0954f48STom Joseph/config.log
51a0954f48STom Joseph/config.status
52a0954f48STom JosephMakefile
53a0954f48STom Joseph.deps
54a0954f48STom Joseph.dirstamp
55a0954f48STom Joseph.libs/
56a0954f48STom Joseph/libtool
57a0954f48STom Joseph/*-libtool
58a0954f48STom Joseph.project
59ca10bc40SJohn Wang/aminclude_static.am
60ca10bc40SJohn Wang/m4
61ca10bc40SJohn Wang/tool/pldmtool
62ca10bc40SJohn Wang
63ca10bc40SJohn Wang# Code Coverage
64ca10bc40SJohn Wang*.gcda
65ca10bc40SJohn Wang*.gcno
66ca10bc40SJohn Wang*.trs
67ca10bc40SJohn Wang*-coverage*
68a0954f48STom Joseph
69a0954f48STom Joseph# test related
70a0954f48STom Joseph/test/*.log
71a0954f48STom Joseph/test/*.trs
72a0954f48STom Joseph/test-suite.log
73a0954f48STom Joseph/test/*.gcda
74a0954f48STom Joseph/test/*.gcno
75bb8e7f22SJohn Wang/test/vgcore.*
76f357b5abSLei YU/libpldm/tests/vgcore.*
77a0954f48STom Joseph/test/libpldm_base_test
78a0954f48STom Joseph/test/libpldmresponder_base_test
79032bd50aSSampa Misra/test/libpldm_bios_test
80032bd50aSSampa Misra/test/libpldmresponder_bios_formatTime_test
810c6d22ccSTom Joseph/test/libpldm_platform_test
820c6d22ccSTom Joseph/test/libpldmoem_fileio_test
830c6d22ccSTom Joseph/test/libpldmoemresponder_fileio_test
840c6d22ccSTom Joseph/test/libpldmresponder_bios_test
850c6d22ccSTom Joseph/test/libpldmresponder_file_io_test
860c6d22ccSTom Joseph/test/libpldmresponder_pdr_state_effecter_test
87ca10bc40SJohn Wang/test/libpldmresponder_bios_table_test
883c275e1cSDeepak Kodihalli
893c275e1cSDeepak Kodihalli# meson
903c275e1cSDeepak Kodihalli/build
913c275e1cSDeepak Kodihalli/builddir
921294c214SJohn Wang
931294c214SJohn Wang# vscode
941294c214SJohn Wang.vscode
95