summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-25 15:42:24 -0500
committerJune McEnroe <june@causal.agency>2021-02-25 15:49:37 -0500
commitfd25c666d57fb9a7c0da58620a7cc768c7aa743e (patch)
treeca1c99ceb09e3a590635f799f552f9aebda0e4d2 /.gitignore
parentDrop pledge privileges after daemonization (diff)
downloadcatsit-fd25c666d57fb9a7c0da58620a7cc768c7aa743e.tar.gz
catsit-fd25c666d57fb9a7c0da58620a7cc768c7aa743e.zip
Add catsit-watch utility
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3b0a7f4..d09ccdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 *.o
 catsit
+catsit-watch
 catsit.conf
 catsitd
 config.mk
asis/tokipona&id=8065fcabc35006c55b42a8771fa7cdedf4f31a8d&follow=1'>Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe