forked from varnish/Varnish-Cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
107 lines (95 loc) · 1.87 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Matches ALL Makefile and Makefile.in occurrences
Makefile
Makefile.in
# ...
.deps/
.libs/
*.o
*.lo
*.la
*~
*.sw[op]
*.trs
# Various auto-tools artifacts
/aclocal.m4
/autom4te.cache/
/compile
/config.guess
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/config.sub
/configure
/configure.lineno
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/missing
/stamp-h1
/varnishapi.pc
/build-aux
TAGS
cscope.*out
#
/varnishapi-uninstalled.pc
# Default vcl made from bin/varnishd/default.vcl
/bin/varnishd/builtin_vcl.h
/etc/builtin.vcl
# Various auto-generated code snippets
/include/vcl.h
/include/vrt_obj.h
/include/vmod_abi.h
/include/tbl/vcl_returns.h
/include/tbl/vrt_stv_var.h
/include/tbl/vcc_types.h
/include/vcs_version.h
/lib/libvcc/vcc_fixed_token.c
/lib/libvcc/vcc_obj.c
/lib/libvcc/vcc_token_defs.h
/lib/libvarnish/vnum_c_test
/lib/libvarnish/vnum_c_test.log
/lib/libvarnish/test-suite.log
/lib/libvarnishapi/vxp_fixed_token.c
/lib/libvarnishapi/vxp_tokens.h
/lib/libvarnishapi/vsl2rst
/lib/libvarnishapi/vsl-tags.rst
# Misc. generated files for included vmods.
/lib/libvmod_*/vcc_if.c
/lib/libvmod_*/vcc_if.h
/lib/libvmod_*/vmod_*.rst
# Man-files and binaries
/man/vsc2rst
/man/*.1
/man/*.3
/man/*.7
/doc/sphinx/include
/doc/sphinx/*/*generated.rst
/bin/varnish*/varnish*_opt2rst
/bin/varnishadm/varnishadm
/bin/varnishd/varnishd
/bin/varnishhist/varnishhist
/bin/varnishlog/varnishlog
/bin/varnishncsa/varnishncsa
/bin/varnishreplay/varnishreplay
/bin/varnishstat/varnishstat
/bin/varnishtest/varnishtest
/bin/varnishtop/varnishtop
# Doc-stuff generated from xml
/doc/*.html
/doc/sphinx/build/
/doc/sphinx/conf.py
/doc/sphinx/include/vcl_var.rst
# NetBeans insists on this
/nbproject/private/
# Test droppings
/bin/varnishtest/tests/*.log
/bin/varnishtest/tests/*.log-t
/bin/varnishtest/test-suite.log