xref: /openbmc/pldm/.gitignore (revision a0954f48)
1*a0954f48STom Joseph# Template from
2*a0954f48STom Joseph# https://github.com/github/gitignore/blob/master/Autotools.gitignore
3*a0954f48STom Joseph
4*a0954f48STom Joseph# http://www.gnu.org/software/automake
5*a0954f48STom Joseph
6*a0954f48STom JosephMakefile.in
7*a0954f48STom Joseph/ar-lib
8*a0954f48STom Joseph/mdate-sh
9*a0954f48STom Joseph/py-compile
10*a0954f48STom Joseph/test-driver
11*a0954f48STom Joseph/ylwrap
12*a0954f48STom Joseph
13*a0954f48STom Joseph# http://www.gnu.org/software/autoconf
14*a0954f48STom Joseph
15*a0954f48STom Joseph/autom4te.cache
16*a0954f48STom Joseph/autoscan.log
17*a0954f48STom Joseph/autoscan-*.log
18*a0954f48STom Joseph/aclocal.m4
19*a0954f48STom Joseph/compile
20*a0954f48STom Joseph/config.guess
21*a0954f48STom Joseph/config.h.in
22*a0954f48STom Joseph/config.sub
23*a0954f48STom Joseph/configure
24*a0954f48STom Joseph/configure.scan
25*a0954f48STom Joseph/depcomp
26*a0954f48STom Joseph/install-sh
27*a0954f48STom Joseph/missing
28*a0954f48STom Joseph/stamp-h1
29*a0954f48STom Joseph
30*a0954f48STom Joseph# https://www.gnu.org/software/libtool/
31*a0954f48STom Joseph
32*a0954f48STom Joseph/ltmain.sh
33*a0954f48STom Joseph
34*a0954f48STom Joseph# http://www.gnu.org/software/texinfo
35*a0954f48STom Joseph
36*a0954f48STom Joseph/texinfo.tex
37*a0954f48STom Joseph
38*a0954f48STom Joseph# Repo specific items
39*a0954f48STom Joseph*.a
40*a0954f48STom Joseph*.o
41*a0954f48STom Joseph*.lo
42*a0954f48STom Joseph*.la
43*a0954f48STom Joseph*.pc
44*a0954f48STom Joseph*.so*
45*a0954f48STom Joseph/config.h
46*a0954f48STom Joseph/config.h.in~
47*a0954f48STom Joseph/config.log
48*a0954f48STom Joseph/config.status
49*a0954f48STom JosephMakefile
50*a0954f48STom Joseph.deps
51*a0954f48STom Joseph.dirstamp
52*a0954f48STom Joseph.libs/
53*a0954f48STom Joseph/libtool
54*a0954f48STom Joseph/*-libtool
55*a0954f48STom Joseph.project
56*a0954f48STom Joseph
57*a0954f48STom Joseph# test related
58*a0954f48STom Joseph/test/*.log
59*a0954f48STom Joseph/test/*.trs
60*a0954f48STom Joseph/test-suite.log
61*a0954f48STom Joseph/test/*.gcda
62*a0954f48STom Joseph/test/*.gcno
63*a0954f48STom Joseph/test/libpldm_base_test
64*a0954f48STom Joseph/test/libpldmresponder_base_test
65*a0954f48STom Joseph
66