diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-16 20:08:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-16 20:08:42 -0700 |
commit | d797df5488bf7ed84b6a53cc503bec15262a31bf (patch) | |
tree | c2bf42c784d4dc2e080576e6d28fe214f80c2e52 /.gitignore | |
parent | fcc026dec1b6193c187a917e310b52c47b918029 (diff) | |
download | casual-d797df5488bf7ed84b6a53cc503bec15262a31bf.tar.gz casual-d797df5488bf7ed84b6a53cc503bec15262a31bf.zip |
initial copy of hand-written sexpr parsing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ build/ _build/ src/build/ *.log +target/ # Don't ignore this file itself !.gitignore |