diff options
author | Dominick Allen <dominick.allen1989@gmail.com> | 2020-06-20 13:38:03 -0500 |
---|---|---|
committer | Dominick Allen <dominick.allen1989@gmail.com> | 2020-06-20 13:38:03 -0500 |
commit | 36e1bf722a3d366cea20ab7315d63d588d23dc48 (patch) | |
tree | 84ef440e398978bfd4467a99d375d7710f016031 /.gitignore |
Working on a simple LISP/scheme interpreter.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b31bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/target +**/*.rs.bk +*~ +history.txt +Cargo.lock
\ No newline at end of file |