*.kdev4
*~
\#*\#
.\#*
*.o
*.cbp
*.layout
ui_*.h
moc_*.cc
moc_*.cpp_parameters
/.tags
/build
/build-appimage
/cmake_opts
/hydrogen
/libs/hydrogen/include/hydrogen/config.h
hydrogen.*
*.cmake
*.so
*.make
*.swp

# Ignore `gtags` artifacts
GPATH
GRTAGS
GTAGS

# Ignore compiled (binary) Qt messages files generated from translated
# .ts files. They are part of the releases but not included in git as
# diffing binaries is a bad idea.
*.qm

# Ignore compiled (binary) translation artifacts of `msgfmt`.
*.mo

# Test artifacts
tests/jackTearDown/jackTearDown
tests/jackTearDown/h2cli.log
tests/jackTimebase/jackTimebase
tests/jackTimebase/hydrogen.log
tests/jackTimebase/test*.log
test.log

# Ignore cache folder of clangd used in LSP editor support.
.cache/

# Ignore AppImage toolchain
linuxdeploy-plugin-qt-x86_64.AppImage
linuxdeploy-x86_64.AppImage
