diff options
author | bd <bdunahu@gmail.com> | 2024-02-29 00:32:44 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-02-29 00:32:44 -0700 |
commit | cfff9d2a4784b06bce53f21713773685527e9a18 (patch) | |
tree | 0b058c9c8646e86742cad531881090b9362ab41b /.gitignore |
Tree pretty-printer
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..22cdebe --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/manifest.scm +*.class +/javacc-6.0/ +/syntaxtree/ +/visitor/ |