# -- Autotools stuff -----------------
.deps
.libs
aclocal.m4
autom4te.cache/
config.guess
config.h
config.log
config.status
config.sub
configure
compile
depcomp
install-sh
libtool
ltmain.sh
m4/
Makefile
Makefile.in
missing
stamp-h1
test-driver
test-suite.log
tests/*
!tests/meson.build
!tests/*.c

# -- Misc built stuff ----------------
bin
gcov-report.txt
*.db
*.lo
*.la
*.o
*.pc
*.gcda
*.gcno
*.gcov
*.tar.xz

# -- Temp editor files ---------------
*.swp

# -- Log files -----------------------
*.log

# -- Editor stuff --------------------
/.vscode

# -- CLangFormat output in CI --------
/clang-format
