blob: 02849ca28e5ea908ee3bacfad60730514ca5d7c7 [file] [log] [blame]
Andrew Geissler805e04b2017-06-20 15:46:15 -05001# 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/libtool
32/ltmain.sh
33
34# http://www.gnu.org/software/texinfo
35
36/texinfo.tex
37
38# Repo Specific Items
Lei YU6c56a4a2017-07-14 11:07:37 +080039*.o
40*.la
41*.lo
42*.log
Andrew Geissler805e04b2017-06-20 15:46:15 -050043/config.h
44/config.h.in~
Andrew Geissler805e04b2017-06-20 15:46:15 -050045/config.status
46Makefile
47.deps
48*-libtool
Lei YU6c56a4a2017-07-14 11:07:37 +080049.libs
50/occ_sensor.hpp
51/org/open_power/OCC/Device/
Andrew Geissler805e04b2017-06-20 15:46:15 -050052/openpower-occ-control
Lei YU6c56a4a2017-07-14 11:07:37 +080053
54# UT related items
Andrew Geissler4cea4d22017-07-10 15:13:33 -050055/test/utest
Andrew Geissler4cea4d22017-07-10 15:13:33 -050056/test/*.trs