diff options
author | Franck Cuny <franck@fcuny.net> | 2021-05-10 19:21:26 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-05-10 19:21:26 -0700 |
commit | 64da030dc88edb71e264ae1abfa95b79ebf2a11b (patch) | |
tree | aadea3a3dfeb1411c6f63b8bd27f8d142c711bd1 /users/fcuny/exp | |
parent | repl: support a simple REPL for some early testing (diff) | |
download | world-64da030dc88edb71e264ae1abfa95b79ebf2a11b.tar.gz |
git: ignore binary for the REPL
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/exp/monkey/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/exp/monkey/.gitignore b/users/fcuny/exp/monkey/.gitignore new file mode 100644 index 0000000..2f226a3 --- /dev/null +++ b/users/fcuny/exp/monkey/.gitignore @@ -0,0 +1 @@ +/cmd/repl/repl |