cppcheck/.gitignore

129 lines
1.6 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
# VS generated files
2012-12-15 09:15:10 +01:00
*.aps
*.idb
*.ncb
*.obj
*.opensdf
*.orig
*.pdb
*.sdf
*.suo
*.user
.vs/
# 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/
# Other (generated) GUI files
gui/*.qm
gui/cppcheck-gui
2017-05-28 21:33:03 +02:00
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*
# 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-*
2020-08-17 09:55:37 +02:00
# clang tooling temporary files
.clangd/
2020-06-17 17:21:04 +02:00
compile_commands.json
# qmake
2021-01-18 08:28:56 +01:00
/gui/.qmake.stash
#vs code
.vscode
2022-01-12 22:10:05 +01:00
#debian build system
/debian