blob: 762460a363e7b4f707b278a89c53b5c6521149ad [file] [log] [blame]
Tom Josepha0954f42019-02-07 16:13:14 +05301# Template from
2# https://github.com/github/gitignore/blob/master/Autotools.gitignore
3
4# http://www.gnu.org/software/automake
5
6Makefile.in
7/ar-lib
8/mdate-sh
9/py-compile
10/test-driver
11/ylwrap
12
13# http://www.gnu.org/software/autoconf
14
15/autom4te.cache
16/autoscan.log
17/autoscan-*.log
18/aclocal.m4
19/compile
20/config.guess
21/config.h.in
22/config.sub
23/configure
24/configure.scan
25/depcomp
26/install-sh
27/missing
28/stamp-h1
29
30# https://www.gnu.org/software/libtool/
31
32/ltmain.sh
33
34# http://www.gnu.org/software/texinfo
35
36/texinfo.tex
37
38# Repo specific items
39*.a
40*.o
41*.lo
42*.la
43*.pc
44*.so*
45/config.h
46/config.h.in~
47/config.log
48/config.status
49Makefile
50.deps
51.dirstamp
52.libs/
53/libtool
54/*-libtool
55.project
John Wangca10bc42019-08-15 09:31:43 +080056/aminclude_static.am
57/m4
58/tool/pldmtool
59pldmd
60
61# Code Coverage
62*.gcda
63*.gcno
64*.trs
65*-coverage*
Tom Josepha0954f42019-02-07 16:13:14 +053066
67# test related
68/test/*.log
69/test/*.trs
70/test-suite.log
71/test/*.gcda
72/test/*.gcno
73/test/libpldm_base_test
74/test/libpldmresponder_base_test
Sampa Misra032bd502019-03-06 05:03:22 -060075/test/libpldm_bios_test
76/test/libpldmresponder_bios_formatTime_test
Tom Joseph0c6d22c2019-06-26 09:58:41 +053077/test/libpldm_platform_test
78/test/libpldmoem_fileio_test
79/test/libpldmoemresponder_fileio_test
80/test/libpldmresponder_bios_test
81/test/libpldmresponder_file_io_test
82/test/libpldmresponder_pdr_state_effecter_test
John Wangca10bc42019-08-15 09:31:43 +080083/test/libpldmresponder_bios_table_test
Deepak Kodihalli3c275e12019-09-21 06:39:39 -050084
85# meson
86/build
87/builddir