.gitignore: Ignore cl-typeck table dumpfile

This commit is contained in:
John 2025-07-18 05:37:09 -04:00
parent 6a0607b93a
commit 12daf35c07

3
.gitignore vendored
View File

@ -6,5 +6,8 @@
**/Cargo.lock **/Cargo.lock
target target
# Symbol table dump?
typeck-table.ron
# Pest files generated by Grammatical # Pest files generated by Grammatical
*.p*st *.p*st