blob: 4b8eb95e24500d54188e8fc4e8f5d4f99938c26d [file] [log] [blame]
Andrew Jeffery22778042017-01-13 22:37:26 +10301# 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
Cyril Bur465c6762017-01-25 11:01:34 +110039/m4/*
40*.swp
41/libtool
Andrew Jeffery22778042017-01-13 22:37:26 +103042/*.o
Andrew Jeffery53c21aa2018-03-26 11:56:16 +103043/vpnor/*.o
Andrew Jeffery22778042017-01-13 22:37:26 +103044/config.h
45/config.h.in~
46/config.log
47/config.status
48Makefile
49.deps
50arm-openbmc-linux-gnueabi-libtool
Leonel Gonzalez5cd1a432017-07-27 16:15:11 -050051/mboxd
Suraj Jitindar Singh888ab852017-03-28 11:00:35 +110052mboxctl
Andrew Jefferybaea36d2018-02-26 09:19:36 +103053/cscope.*
Andrew Jeffery2c461f02017-04-11 15:42:42 +093054/test/*.o
Andrew Jeffery30bcf842018-03-26 12:13:20 +103055/vpnor/test/*.o
Andrew Jeffery2c461f02017-04-11 15:42:42 +093056
57# Autotools test infrastructure
58*.log
59*.trs
Andrew Jeffery65e21622017-04-12 20:25:31 +093060*.gcno
61*.gcda