*.bak
*.gcno
*.o
*.pyc
/cppcheck
/cppcheck.exe
cppcheck-core.dll
/dmake
/dmake.exe
reduce
reduce.exe
tags
/testrunner
/testrunner.exe
tools/daca2*.html
tools/errmsg
tools/extracttests
.DS_Store

# dump files generated by Cppcheck
*.*.dump

# CTU info files generated by Cppcheck
*.*.ctu-info

# VS generated files
*.aps
*.idb
*.ncb
*.obj
*.opensdf
*.orig
*.pdb
*.sdf
*.suo
*.user
/.vs/
UpgradeLog*.htm

# VS build folders
bin/
Build/
BuildTmp/
/cli/temp/
ipch/
/lib/temp/
/test/temp/

# XCode build folders and files
*.mode[0-9]v[0-9]
*.pbxuser
build/

# Other (generated) GUI files
/gui/help/online-help.qch
/gui/help/online-help.qhc

# Doxygen output folder
doxyoutput/

# Backup files and stuff from patches
*.rej
*~

# kdevelop 4.x
*.kdev4

# Common cmake build directories
build**/

# Temporal files
*.swp

# Snapcraft build
part
prime
parts
stage
*.snap
/snap/.snapcraft

# Manual folder
/man/manual.log
/man/manual.tex
/man/*.pdf
/man/*.html

# CLion
/.idea
/.metadata/
/cmake-build-*
/.run

# clang tooling temporary files
/.clangd/
/.cache/
/compile_commands.json

#vs code
/.vscode

# fuzzing output
/oss-fuzz/corpus
/oss-fuzz/corpus_
/oss-fuzz/samples

# Python
/.venv/
/venv/
**/*.egg-info/

# cppcheck-htmlreport auto files
/htmlreport/cppcheck_htmlreport/run.py

# GDB configuration
.gdbinit

# pyinstaller output
/addons/dist
/addons/misra.spec
/htmlreport/cppcheck-htmlreport.spec
/htmlreport/dist

# ccache folder in CI
/.ccache

# PCRE Windows files
/externals/pcre.h
/externals/pcre64.lib
