summary refs log tree commit diff
path: root/bin/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-04-10 23:54:45 -0400
committerJune McEnroe <june@causal.agency>2018-04-10 23:54:45 -0400
commitd830a489eb2554434f49b6a3d14ce7e3f3f53f18 (patch)
tree060adb71e659ac0d1331da2ddb7d4fc8808e3bb8 /bin/.gitignore
parentAdd Under Your Spell (diff)
downloadsrc-d830a489eb2554434f49b6a3d14ce7e3f3f53f18.tar.gz
src-d830a489eb2554434f49b6a3d14ce7e3f3f53f18.zip
Add brot
It's a Mandelbrot renderer.
Diffstat (limited to 'bin/.gitignore')
-rw-r--r--bin/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore
index d3450745..c84d690b 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -1,6 +1,7 @@
 *.o
 tags
 atch
+brot
 dtch
 gfxx
 glitch
BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe