cppcheck/.gitignore

133 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

*.bak
*.gcno
*.o
*.pyc
/cppcheck
/cppcheck.exe
cppcheck-core.dll
/dmake
/dmake.exe
2013-01-03 22:00:45 +01:00
reduce
reduce.exe
tags
/testrunner
/testrunner.exe
tools/daca2*.html
tools/dmake
tools/errmsg
tools/extracttests
# dump files generated by Cppcheck
*.*.dump
# CTU info files generated by Cppcheck
*.*.ctu-info
# VS generated files
2012-12-15 09:15:10 +01:00
*.aps
*.idb
*.ncb
*.obj
*.opensdf
*.orig
*.pdb
*.sdf
*.suo
*.user
/.vs/
2022-05-08 20:42:06 +02:00
UpgradeLog*.htm
# VS build folders
bin/
Build/
BuildTmp/
/cli/temp/
ipch/
/lib/temp/
/test/temp/
2010-07-27 12:08:05 +02:00
# XCode build folders and files
2010-10-21 23:03:06 +02:00
*.mode[0-9]v[0-9]
*.pbxuser
build/
2009-05-28 16:55:17 +02:00
# GUI build folders
/gui/debug/
/gui/release/
/gui/temp/
/triage/temp
# Other (generated) GUI files
/gui/*.qm
/gui/cppcheck-gui
/gui/cppcheck-gui.exe
/gui/gui.sln
/gui/gui.vcproj
/gui/help/online-help.qch
/gui/help/online-help.qhc
/gui/Makefile
/gui/Makefile.debug
/gui/Makefile.release
/gui/qrc_gui.cpp
/gui/test/Makefile
/gui/test/*/Makefile
/gui/test/*/*/Makefile
/gui/test/benchmark/simple/benchmark-simple
/gui/test/cppchecklibrarydata/qrc_resources.cpp
/gui/test/cppchecklibrarydata/test-cppchecklibrarydata
/gui/test/filelist/test-filelist
/gui/test/projectfile/test-projectfile
/gui/test/translationhandler/test-translationhandler
/gui/test/xmlreportv2/test-xmlreportv2
# Doxygen output folder
doxyoutput/
2010-07-17 18:31:05 +02:00
# qmake generated
htmlreport/.tox/
htmlreport/MANIFEST
# Backup files and stuff from patches
*.rej
*~
# kdevelop 4.x
*.kdev4
2015-02-13 19:00:14 +01:00
# Common cmake build directories
build**/
2015-02-13 19:00:14 +01:00
# 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
2020-08-17 09:55:37 +02:00
# clang tooling temporary files
.clangd/
.cache/
2020-06-17 17:21:04 +02:00
compile_commands.json
# qmake
.qmake.stash
2021-01-18 08:28:56 +01:00
#vs code
/.vscode