blob: 516b46fee7d9d94af41ce89c3f05644769570314 [file] [log] [blame]
Patrick Williams3b1dc012021-04-16 21:51:47 -05001subprojects/*
Andrew Jeffery27a022c2022-08-10 23:12:49 +09302!subprojects/libpldm*
Patrick Williams3b1dc012021-04-16 21:51:47 -05003!subprojects/*.wrap
4
Tom Josepha0954f42019-02-07 16:13:14 +05305# 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
John Wangca10bc42019-08-15 09:31:43 +080060/aminclude_static.am
61/m4
62/tool/pldmtool
John Wangca10bc42019-08-15 09:31:43 +080063
64# Code Coverage
65*.gcda
66*.gcno
67*.trs
68*-coverage*
Tom Josepha0954f42019-02-07 16:13:14 +053069
70# test related
71/test/*.log
72/test/*.trs
73/test-suite.log
74/test/*.gcda
75/test/*.gcno
John Wangbb8e7f22019-12-05 10:22:06 +080076/test/vgcore.*
Lei YUf357b5a2020-02-27 11:52:39 +080077/libpldm/tests/vgcore.*
Tom Josepha0954f42019-02-07 16:13:14 +053078/test/libpldm_base_test
79/test/libpldmresponder_base_test
Sampa Misra032bd502019-03-06 05:03:22 -060080/test/libpldm_bios_test
81/test/libpldmresponder_bios_formatTime_test
Tom Joseph0c6d22c2019-06-26 09:58:41 +053082/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
John Wangca10bc42019-08-15 09:31:43 +080088/test/libpldmresponder_bios_table_test
Deepak Kodihalli3c275e12019-09-21 06:39:39 -050089
90# meson
91/build
92/builddir
John Wang1294c212019-09-30 13:56:43 +080093
94# vscode
95.vscode