xref: /openbmc/pldm/.gitignore (revision 3618064e)
1subprojects/*
2!subprojects/libpldm*
3!subprojects/*.wrap
4
5# Template from
6# https://github.com/github/gitignore/blob/master/Autotools.gitignore
7
8# http://www.gnu.org/software/automake
9
10Makefile.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
53Makefile
54.deps
55.dirstamp
56.libs/
57/libtool
58/*-libtool
59.project
60/aminclude_static.am
61/m4
62/tool/pldmtool
63
64# Code Coverage
65*.gcda
66*.gcno
67*.trs
68*-coverage*
69
70# test related
71/test/*.log
72/test/*.trs
73/test-suite.log
74/test/*.gcda
75/test/*.gcno
76/test/vgcore.*
77/libpldm/tests/vgcore.*
78/test/libpldm_base_test
79/test/libpldmresponder_base_test
80/test/libpldm_bios_test
81/test/libpldmresponder_bios_formatTime_test
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
88/test/libpldmresponder_bios_table_test
89
90# meson
91/build
92/builddir
93
94# vscode
95.vscode
96