summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-30 23:15:42 -0500
committerJune McEnroe <june@causal.agency>2019-12-30 23:15:42 -0500
commit942a8466dca6b493228195eba4aa992bf8732e30 (patch)
tree1d8c8e99bbf52c341fcf7037be23e57042648ada /.gitignore
parentJoin with USING wherever possible (diff)
downloadlitterbox-942a8466dca6b493228195eba4aa992bf8732e30.tar.gz
litterbox-942a8466dca6b493228195eba4aa992bf8732e30.zip
Add initial rough version of scoop
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c4295bb..272bd1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.o
 litterbox
+scoop
 tags
 unscoop
n/shotty.c?id=9d82c0e14146068902dafbddb6e6e31091bc7b68&follow=1'>Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe