diff options
author | June McEnroe <june@causal.agency> | 2019-07-29 22:55:14 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-29 22:55:14 -0400 |
commit | 9004d5cdd68d73c4beaba6717748b8ac0bf80394 (patch) | |
tree | 4b1ccada4e41db776b077c1a4fe7f900ed4f1470 /.gitignore | |
parent | Track only the max client fd (diff) | |
download | stream-9004d5cdd68d73c4beaba6717748b8ac0bf80394.tar.gz stream-9004d5cdd68d73c4beaba6717748b8ac0bf80394.zip |
Rename wrapper to dispatch
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 734cf37..8dee7f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ chroot.tar config.mk +dispatch ingest menu root @@ -7,4 +8,3 @@ setup stream tags view -wrapper |