.hgignore

Mon, 01 Sep 2025 00:14:59 +0800

author
Gong Zhile <gongzl@stu.hebust.edu.cn>
date
Mon, 01 Sep 2025 00:14:59 +0800
changeset 0
59c92fa19678
permissions
-rw-r--r--

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/

mercurial