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

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

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

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

/ltmain.sh

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

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

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

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