aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-15 09:17:43 +0000
committerOmar Polo <op@omarpolo.com>2021-01-15 09:17:43 +0000
commit15902770073dd67df3a9af0f6da7d63bfb031d72 (patch)
tree2d7d2ddf6f97af870dc7f87299ecd813db1d38d9 /.gitignore
parent4d2ec6d7054c76105c6237251002df1acb5a6c2d (diff)
conf & vhosts
* gmid.c (main): changed behaviour: daemon off by default (main): changed -c in -C (cert option) (main): changed -k in -K (key option, for consistency with -C) (main): added -c to load a configuration (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore (handle_handshake): add vhosts support
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5660e44..bcbdc5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ gmid
iri_test
*.o
docs
+lex.yy.c
+y.tab.*