diff options
author | June McEnroe <june@causal.agency> | 2018-10-10 22:24:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-10 22:24:22 -0400 |
commit | 109baa8d1de6feda9edd29e45705599e8f9b4620 (patch) | |
tree | 345397edd6b174e74b3e08bd228c03b03c3eee2f | |
parent | Add PNG renderer (diff) | |
download | torus-109baa8d1de6feda9edd29e45705599e8f9b4620.tar.gz torus-109baa8d1de6feda9edd29e45705599e8f9b4620.zip |
Ignore image
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | torus.7 | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 230472d..f9ac67d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o chroot.tar client +image merge meta root diff --git a/torus.7 b/torus.7 index 256083c..3394086 100644 --- a/torus.7 +++ b/torus.7 @@ -46,7 +46,8 @@ Snapshots data file, appropriate for cron. .Bl -tag -width "default8x16.psfu" -compact .It Pa sshd_config Anonymous login to -.Xr chroot 8 Ap d client. +.Xr chroot 8 Ap d +client. . .It Pa index.html Friendly directions. |