blob: 8ad1400e01748f94b110b9aeeba3e4bb4a873d72 [file] [log] [blame]
Patrick Williams3b1dc012021-04-16 21:51:47 -05001subprojects/*
2!subprojects/*.wrap
3
Tom Josepha0954f42019-02-07 16:13:14 +05304# Template from
5# https://github.com/github/gitignore/blob/master/Autotools.gitignore
6
7# http://www.gnu.org/software/automake
8
9Makefile.in
10/ar-lib
11/mdate-sh
12/py-compile
13/test-driver
14/ylwrap
15
16# http://www.gnu.org/software/autoconf
17
18/autom4te.cache
19/autoscan.log
20/autoscan-*.log
21/aclocal.m4
22/compile
23/config.guess
24/config.h.in
25/config.sub
26/configure
27/configure.scan
28/depcomp
29/install-sh
30/missing
31/stamp-h1
32
33# https://www.gnu.org/software/libtool/
34
35/ltmain.sh
36
37# http://www.gnu.org/software/texinfo
38
39/texinfo.tex
40
41# Repo specific items
42*.a
43*.o
44*.lo
45*.la
46*.pc
47*.so*
48/config.h
49/config.h.in~
50/config.log
51/config.status
52Makefile
53.deps
54.dirstamp
55.libs/
56/libtool
57/*-libtool
58.project
John Wangca10bc42019-08-15 09:31:43 +080059/aminclude_static.am
60/m4
61/tool/pldmtool
John Wangca10bc42019-08-15 09:31:43 +080062
63# Code Coverage
64*.gcda
65*.gcno
66*.trs
67*-coverage*
Tom Josepha0954f42019-02-07 16:13:14 +053068
69# test related
70/test/*.log
71/test/*.trs
72/test-suite.log
73/test/*.gcda
74/test/*.gcno
John Wangbb8e7f22019-12-05 10:22:06 +080075/test/vgcore.*
Lei YUf357b5a2020-02-27 11:52:39 +080076/libpldm/tests/vgcore.*
Tom Josepha0954f42019-02-07 16:13:14 +053077/test/libpldm_base_test
78/test/libpldmresponder_base_test
Sampa Misra032bd502019-03-06 05:03:22 -060079/test/libpldm_bios_test
80/test/libpldmresponder_bios_formatTime_test
Tom Joseph0c6d22c2019-06-26 09:58:41 +053081/test/libpldm_platform_test
82/test/libpldmoem_fileio_test
83/test/libpldmoemresponder_fileio_test
84/test/libpldmresponder_bios_test
85/test/libpldmresponder_file_io_test
86/test/libpldmresponder_pdr_state_effecter_test
John Wangca10bc42019-08-15 09:31:43 +080087/test/libpldmresponder_bios_table_test
Deepak Kodihalli3c275e12019-09-21 06:39:39 -050088
89# meson
90/build
91/builddir
John Wang1294c212019-09-30 13:56:43 +080092
93# vscode
94.vscode