We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abad92d commit 8079456Copy full SHA for 8079456
Autotools.gitignore
@@ -1,6 +1,11 @@
1
# http://www.gnu.org/software/automake
2
3
Makefile.in
4
+/ar-lib
5
+/mdate-sh
6
+/py-compile
7
+/test-driver
8
+/ylwrap
9
10
# http://www.gnu.org/software/autoconf
11
@@ -9,10 +14,20 @@ Makefile.in
14
/autoscan-*.log
15
/aclocal.m4
16
/compile
17
+/config.guess
12
18
/config.h.in
19
+/config.sub
13
20
/configure
21
/configure.scan
22
/depcomp
23
/install-sh
24
/missing
25
/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