Mon, 01 Sep 2025 00:14:59 +0800
Initial Lexer/Parser
syntax: glob # Meson build directories build*/ meson-private/ meson-logs/ compile_commands.json install_manifest.txt # Object and binary files *.o *.a *.so *.so.* *.dylib *.dll *.exe # Debug symbols *.pdb *.dSYM/ *.stackdump # Generated source files *.generated.c *.generated.h # Backup / temporary files *~ *.swp *.tmp *.bak # Editor-specific .vscode/ .idea/ # OS junk .DS_Store Thumbs.db .cache/