forked from m6w6/ext-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
163 lines (151 loc) · 2.28 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
.cproject
.deps
*.dep
.libs/
.project
/Makefile
Makefile
Makefile.fragments
Makefile.global
Makefile.objects
acinclude.m4
aclocal.m4
autom4te.cache/
build/
config.cache
config.guess
config.h
config.h.in
config.log
config.nice
config.status
config.sub
configure
configure.ac
configure.in
http.la
install-sh
lcov_data
libtool
ltmain.sh
missing
mkinstalldirs
modules/
pecl_http-*.tgz
*.lo
*.o
run-tests.php
tests/*.diff
tests/*.exp
tests/*.log
tests/*.out
tests/*.php
tests/*.sh
lcov_data
*~
*.phar
!travis/*.phar
bench/
vendor/
/php_http_api.h
/php_http_buffer.h
/php_http_client.h
/php_http_client_curl.h
/php_http_client_curl_event.h
/php_http_client_curl_user.h
/php_http_client_request.h
/php_http_client_response.h
/php_http_cookie.h
/php_http_curl.h
/php_http_encoding.h
/php_http_encoding_zlib.h
/php_http_encoding_brotli.h
/php_http_env.h
/php_http_env_request.h
/php_http_env_response.h
/php_http_etag.h
/php_http_exception.h
/php_http_filter.h
/php_http_header.h
/php_http_header_parser.h
/php_http_info.h
/php_http_message.h
/php_http_message_body.h
/php_http_message_parser.h
/php_http_misc.h
/php_http_negotiate.h
/php_http_object.h
/php_http_options.h
/php_http_params.h
/php_http_querystring.h
/php_http_response_codes.h
/php_http_url.h
/php_http_utf8.h
/php_http_version.h
/tests/helper/server.log
*gcov
*lcov
.vscode
# devs
/*/_dev/*
*.org
*.old
dkbuild.log
*.bak
*bak
# vscode
.vscode
.vscode/*
*.code-workspace
# netbeans project
/nbproject/*/*
nbproject/*/*
nbproject/*
nbproject
# debian packaging
/debian/.debhelper/*/*
debian/.debhelper/*/*
debian/.debhelper/*
debian/.debhelper
# https://github.com/phusion/debian-packaging-for-the-modern-developer/blob/master/.gitignore
.DS_Store
.debhelper
*.debhelper
*.cache
*.cache/*
*.deb
*.dsc
*.build
*.buildinfo
*.changes
*.tar.gz
*.log
*.substvars
# Ignore generated files
/*.deb
/*.dsc
/*.changes
/*.build
/*.buildinfo
/*.tar.gz
/*.tgz
/*.bz2
/*.zip
# Ignore files generated during build
# https://github.com/vincentbernat/pragmatic-debian-packages/blob/master/.gitignore
debian/files
debian/*.substvars
debian/*.log
debian/.debhelper/*
debian/*.debhelper
debian/*-stamp
debian/*.after
debian/*.before
/*/debian/files
/*/debian/*.substvars
/*/debian/*.log
/*/debian/.debhelper/*
/*/debian/*.debhelper
/*/debian/*-stamp
/*/debian/*.after
/*/debian/*.before