diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-31 14:25:07 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-31 14:25:07 +0300 |
commit | a0c6ff2c222beb72493f2e40ed27492061dfdf22 (patch) | |
tree | a3a8c8279135fb92e3032dc85e9e4c6a06ca71e2 /.gitignore | |
download | playground-a0c6ff2c222beb72493f2e40ed27492061dfdf22.tar.gz playground-a0c6ff2c222beb72493f2e40ed27492061dfdf22.zip |
initial fptr ast programs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58e9bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +fptr_ast/ref +fptr_ast/struct +fptr_ast/fptr |