From 12daf35c07744930faf87ddad067aca405531521 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 18 Jul 2025 05:37:09 -0400 Subject: [PATCH] .gitignore: Ignore cl-typeck table dumpfile --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0b15446..24699d6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,8 @@ **/Cargo.lock target +# Symbol table dump? +typeck-table.ron + # Pest files generated by Grammatical *.p*st