Skip to content

Commit 74da05c

Browse files
authored
Initial commit
0 parents  commit 74da05c

File tree

2 files changed

+723
-0
lines changed

2 files changed

+723
-0
lines changed

.gitignore

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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.log
20+
/config.status
21+
/config.sub
22+
/configure
23+
/configure.scan
24+
/depcomp
25+
/install-sh
26+
/missing
27+
/stamp-h1
28+
29+
# https://www.gnu.org/software/libtool/
30+
31+
/ltmain.sh
32+
33+
# http://www.gnu.org/software/texinfo
34+
35+
/texinfo.tex
36+
37+
# http://www.gnu.org/software/m4/
38+
39+
m4/libtool.m4
40+
m4/ltoptions.m4
41+
m4/ltsugar.m4
42+
m4/ltversion.m4
43+
m4/lt~obsolete.m4
44+
45+
# Generated Makefile
46+
# (meta build system like autotools,
47+
# can automatically generate from config.status script
48+
# (which is called by configure script))
49+
Makefile

0 commit comments

Comments
 (0)