blob: 92622d31d57445eaf7015f800c35a104d3190b60 [file] [log] [blame]
Patrick Williams08949432020-06-09 10:22:12 -05001build*/
2subprojects/*/
3
Lei YU2f1e1692017-04-13 17:09:33 +08004# 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
42Makefile.interfaces
43Makefile.yaml
44*.pc
45.deps
46*.o
47*.la
48*.lo
49*.log
50/config.h
51/config.h.in~
52/config.status
53Makefile
Lei YU5fd75742020-02-13 17:09:38 +080054/libtool
Lei YU2f1e1692017-04-13 17:09:33 +080055*-libtool
56.libs
57*.hpp
58*.cpp