Skip to content

Commit a50e394

Browse files
committed
Initial commit
0 parents  commit a50e394

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.gitignore

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# http://www.gnu.org/software/automake
2+
3+
private-helm
4+
submissions
5+
benchmark-results
6+
state
7+
*.swp
8+
9+
Makefile.in
10+
/ar-lib
11+
/mdate-sh
12+
/py-compile
13+
/test-driver
14+
/ylwrap
15+
.deps/
16+
.dirstamp
17+
18+
# http://www.gnu.org/software/autoconf
19+
20+
autom4te.cache
21+
/autoscan.log
22+
/autoscan-*.log
23+
/aclocal.m4
24+
/compile
25+
/config.cache
26+
/config.guess
27+
/config.h.in
28+
/config.log
29+
/config.status
30+
/config.sub
31+
/configure
32+
/configure.scan
33+
/depcomp
34+
/install-sh
35+
/missing
36+
/stamp-h1
37+
38+
# https://www.gnu.org/software/libtool/
39+
40+
/ltmain.sh
41+
42+
# http://www.gnu.org/software/texinfo
43+
44+
/texinfo.tex
45+
46+
# http://www.gnu.org/software/m4/
47+
48+
m4/libtool.m4
49+
m4/ltoptions.m4
50+
m4/ltsugar.m4
51+
m4/ltversion.m4
52+
m4/lt~obsolete.m4
53+
54+
# Generated Makefile
55+
# (meta build system like autotools,
56+
# can automatically generate from config.status script
57+
# (which is called by configure script))
58+
Makefile

0 commit comments

Comments
 (0)