Skip to content

Commit af3534b

Browse files
committed
Added gitignore for autotools/c/vmod
1 parent 2a5ea6b commit af3534b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*~
2+
Makefile
3+
Makefile.in
4+
*.la
5+
*.lo
6+
vcc_*_if.*
7+
vmod_*.3
8+
build-aux
9+
stamp-h1
10+
libtool
11+
configure
12+
configure.in
13+
m4/l*m4
14+
aclocal.m4
15+
autom4te.cache
16+
config.*
17+
src/.deps
18+
src/.libs
19+
src/vmod_*.man.rst

0 commit comments

Comments
 (0)