diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 19:49:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 19:49:20 -0500 |
commit | 9846c004a1cec5c28f5f3eb4b9299e2a0cfdadad (patch) | |
tree | 4023fbb9e9ba9ac5abe15d32a0f6904931e89f3b /bin/cash/.gitignore | |
parent | Move bltin out of subdirectory (diff) | |
download | src-9846c004a1cec5c28f5f3eb4b9299e2a0cfdadad.tar.gz src-9846c004a1cec5c28f5f3eb4b9299e2a0cfdadad.zip |
Replace cash Makefile
Diffstat (limited to 'bin/cash/.gitignore')
-rw-r--r-- | bin/cash/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/cash/.gitignore b/bin/cash/.gitignore new file mode 100644 index 00000000..dc34782b --- /dev/null +++ b/bin/cash/.gitignore @@ -0,0 +1,11 @@ +*.o +builtins.c +builtins.h +cash +mknodes +mksyntax +nodes.c +nodes.h +syntax.c +syntax.h +token.h |