.hgignore

changeset 0
59c92fa19678
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Mon Sep 01 00:14:59 2025 +0800
@@ -0,0 +1,42 @@
+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