diff options
author | June McEnroe <june@causal.agency> | 2019-10-15 00:52:25 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-15 00:52:25 -0400 |
commit | be7f2ae3f10950604018b82134b798da7e5721c7 (patch) | |
tree | a439068e0a18f5f19cf6e2ea74940b0fbdd4bb47 /.gitignore | |
parent | Add manual page with initial arguments (diff) | |
download | pounce-be7f2ae3f10950604018b82134b798da7e5721c7.tar.gz pounce-be7f2ae3f10950604018b82134b798da7e5721c7.zip |
Add argument parsing and dumb TLS server
I can connect to this from Textual using a localhost certificate I manually made on macOS, at least.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1532716 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +*.pem +config.mk +linger +tags |