Autotools.gitignore 758 字节
Newer Older
M
Mike Park 已提交
1 2 3
# http://www.gnu.org/software/automake

Makefile.in
4 5 6 7 8
/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap
9
.deps/
10
.dirstamp
M
Mike Park 已提交
11 12 13

# http://www.gnu.org/software/autoconf

14
autom4te.cache
L
Loïc Corbasson 已提交
15 16
/autoscan.log
/autoscan-*.log
M
Mike Park 已提交
17 18
/aclocal.m4
/compile
D
Dan Church 已提交
19
/config.cache
20
/config.guess
L
Loïc Corbasson 已提交
21
/config.h.in
E
Emre Ates 已提交
22 23
/config.log
/config.status
24
/config.sub
M
Mike Park 已提交
25
/configure
L
Loïc Corbasson 已提交
26
/configure.scan
M
Mike Park 已提交
27 28 29
/depcomp
/install-sh
/missing
D
David Daniel 已提交
30
/stamp-h1
31 32 33 34 35 36 37 38

# https://www.gnu.org/software/libtool/

/ltmain.sh

# http://www.gnu.org/software/texinfo

/texinfo.tex
K
KINSANG CHING 已提交
39 40 41 42 43 44 45 46

# http://www.gnu.org/software/m4/

m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
S
Steven Lee 已提交
47

48 49
# Generated Makefile
# (meta build system like autotools,
S
Steven Lee 已提交
50 51 52
# can automatically generate from config.status script
# (which is called by configure script))
Makefile