*~
*.[oa]
*.lib
*.exe
*.manifest
*.gch
CMakeFiles/*
CMakeCache.txt
cmake_install.cmake
mod_*.dll
mod_*.exp
mod_*.so
uhub-admin
adcrush
uhub
build-stamp
debian/files
debian/uhub.debhelper.log
debian/uhub.postinst.debhelper
debian/uhub.postrm.debhelper
debian/uhub.prerm.debhelper
debian/uhub.substvars
uhub-passwd

# Zig
.zig-cache/
zig-out/

# Ninja
.ninja_deps
.ninja_log
build.ninja
rules.ninja

# Build output
build/
build-asan/
build-fuzz/
autotest-bin

# In-tree build artifacts (generated by an in-tree configure)
/version.h
/system.h
/Makefile
/uhub.conf

# Release tarballs (produced by `git archive`)
uhub-*-src.tar.gz
uhub-*-src.tar.bz2
uhub-*-src.zip

# Generated documentation site (sources under doc/antora/ are tracked)
doc/antora/build/

# TLS certificates and private keys (never commit the test key)
*.key
cert/

# Scratch / backup dirs
foo/
.stale-backup/

# IDE
.vscode/
.cache/
