Skip to content

Commit 8079456

Browse files
authored
autotools.gitignore: add missing files
See the full list of scripts documented in AC_CONFIG_AUX_DIR in https://www.gnu.org/software/automake/manual/html_node/Optional.html
1 parent abad92d commit 8079456

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Autotools.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# http://www.gnu.org/software/automake
22

33
Makefile.in
4+
/ar-lib
5+
/mdate-sh
6+
/py-compile
7+
/test-driver
8+
/ylwrap
49

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

@@ -9,10 +14,20 @@ Makefile.in
914
/autoscan-*.log
1015
/aclocal.m4
1116
/compile
17+
/config.guess
1218
/config.h.in
19+
/config.sub
1320
/configure
1421
/configure.scan
1522
/depcomp
1623
/install-sh
1724
/missing
1825
/stamp-h1
26+
27+
# https://www.gnu.org/software/libtool/
28+
29+
/ltmain.sh
30+
31+
# http://www.gnu.org/software/texinfo
32+
33+
/texinfo.tex

0 commit comments

Comments
 (0)