Skip to content

Commit 1f90348

Browse files
authored
Merge pull request #2128 from stapelberg/patch-3
autotools.gitignore: add missing files
2 parents b3fee77 + 8079456 commit 1f90348

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Autotools.gitignore

Lines changed: 15 additions & 0 deletions
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)