Autotools.gitignore 746 字节
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
19
/config.guess
L
Loïc Corbasson 已提交
20
/config.h.in
E
Emre Ates 已提交
21 22
/config.log
/config.status
23
/config.sub
M
Mike Park 已提交
24
/configure
L
Loïc Corbasson 已提交
25
/configure.scan
M
Mike Park 已提交
26 27 28
/depcomp
/install-sh
/missing
D
David Daniel 已提交
29
/stamp-h1
30 31 32 33 34 35 36 37

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

/ltmain.sh

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

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

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

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