diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -202,7 +202,18 @@ NP-VERSION-FILE | |||
| 202 | /plugins/negate | 202 | /plugins/negate |
| 203 | /plugins/stamp-h* | 203 | /plugins/stamp-h* |
| 204 | /plugins/urlize | 204 | /plugins/urlize |
| 205 | /plugins/libpicohttpparser.a | 205 | |
| 206 | # /plugins/picohttpparser | ||
| 207 | /plugins/picohttpparser/Makefile | ||
| 208 | /plugins/picohttpparser/Makefile.in | ||
| 209 | /plugins/picohttpparser/.deps | ||
| 210 | /plugins/picohttpparser/libpicohttpparser.a | ||
| 211 | |||
| 212 | # /plugins/uriparser | ||
| 213 | /plugins/uriparser/Makefile | ||
| 214 | /plugins/uriparser/Makefile.in | ||
| 215 | /plugins/uriparser/.deps | ||
| 216 | /plugins/uriparser/liburiparser.a | ||
| 206 | 217 | ||
| 207 | # /plugins/t/ | 218 | # /plugins/t/ |
| 208 | /plugins/t/*.tmp | 219 | /plugins/t/*.tmp |
