Autotools.gitignore 736 字节
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/
M
Mike Park 已提交
10 11 12

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

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

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

/ltmain.sh

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

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

# 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 已提交
45 46 47 48 49 50

# Generated Makefile 
# (meta build system like autotools, 
# can automatically generate from config.status script
# (which is called by configure script))
Makefile