1# 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.dirstamp
13
14# http://www.gnu.org/software/autoconf
15
16/autom4te.cache
17/aclocal.m4
18/compile
19/config.guess
20/config.h.in
21/config.sub
22/configure
23/configure.scan
24/depcomp
25/install-sh
26/missing
27/stamp-h1
28
29# https://www.gnu.org/software/libtool/
30
31/ltmain.sh
32
33# http://www.gnu.org/software/texinfo
34
35/texinfo.tex
36
37# Repo Specific Items
38*.o
39*.trs
40/config.h
41/config.h.in~
42*.log
43/config.status
44/phosphor-version-software-manager
45/phosphor-download-manager
46/phosphor-image-updater
47/phosphor-sync-software-manager
48server.hpp
49server.cpp
50error.hpp
51error.cpp
52Makefile
53.deps
54/test/utest
55*-libtool
56