From 726e6587f20e3e42cffba666fb69b0b0e392637e Mon Sep 17 00:00:00 2001
From: Curtis McEnroe <june@causal.agency>
Date: Fri, 28 Jun 2019 22:28:32 -0400
Subject: Rename catsh to 1sh

Yes it's another rename because I felt like catsh was too long. 1sh is
short and unique.
---
 bin/1sh/.gitignore | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 bin/1sh/.gitignore

(limited to 'bin/1sh/.gitignore')

diff --git a/bin/1sh/.gitignore b/bin/1sh/.gitignore
new file mode 100644
index 00000000..54db1cf1
--- /dev/null
+++ b/bin/1sh/.gitignore
@@ -0,0 +1,13 @@
+*.o
+.depend
+1sh
+builtins.c
+builtins.h
+config.mk
+mknodes
+mksyntax
+nodes.c
+nodes.h
+syntax.c
+syntax.h
+token.h
-- 
cgit 1.4.1