#temporary files
*~
.cache/
/callgrind.out.*
/clang-tidy.out
/src/compile_commands.json
/valgrind.out

#build dirs
/build/
/builder/
/debug/
/dist/bootstrap/node_modules/
/dist/bootstrap/package-lock.json
/osc/
/package/
/release/
/test/build/

#debug build files
/htdocs/assets/ligatures.json
/htdocs/assets/MaterialIcons-Regular.woff2
/htdocs/assets/i18n/
/htdocs/css/bootstrap.css
/htdocs/js/bootstrap-native.js
/htdocs/js/i18n.js
/htdocs/js/long-press-event.js
/htdocs/sw.js

#private configuration
/.vscode/

#documentation (github pages)
/docs/doxygen/
/docs/jsdoc/
/docs/assets/apidoc.js
/docs/scripting/scripts/index.json
/docs/.jekyll-cache/
/docs/_site/
