.hgignore

Sun, 10 Aug 2025 23:53:22 +0800

author
Gong Zhile <gongzl@stu.hebust.edu.cn>
date
Sun, 10 Aug 2025 23:53:22 +0800
changeset 3
33a7b189a2c6
parent 1
98bcf06036b8
permissions
-rw-r--r--

Various improvement, Support configuration from UI

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