There was an error while loading. Please reload this page.
0 parents commit a917c7aCopy full SHA for a917c7a
.gitignore
@@ -0,0 +1,42 @@
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
12
+/autom4te.cache
13
+/autoscan.log
14
+/autoscan-*.log
15
+/aclocal.m4
16
+/compile
17
+/config.guess
18
+/config.h.in
19
+/config.sub
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
34
35
+# http://www.gnu.org/software/m4/
36
37
+m4/libtool.m4
38
+m4/ltoptions.m4
39
+m4/ltsugar.m4
40
+m4/ltversion.m4
41
+m4/lt~obsolete.m4
42
+autom4te.cache
0 commit comments