cppcheck/.gitignore

64 lines
724 B
Plaintext
Raw Normal View History

cppcheck
cppcheck.exe
testrunner
testrunner.exe
*.o
*.bak
2010-09-26 11:17:47 +02:00
*.gcno
tools/dmake
tools/extracttests
dmake
tools/errmsg
# VS generated files
2011-02-05 22:44:54 +01:00
*.obj
*.ncb
*.suo
*.user
*.idb
*.pdb
# VS build folders
cli/temp/
lib/temp/
test/temp/
bin/
Build/
BuildTmp/
2010-07-27 12:08:05 +02:00
# XCode build folders and files
build/
*.pbxuser
2010-10-21 23:03:06 +02:00
*.mode[0-9]v[0-9]
2009-05-28 16:55:17 +02:00
# GUI build folders
gui/debug/
gui/release/
gui/temp/
# Other (generated) GUI files
gui/Makefile
gui/Makefile.debug
gui/Makefile.release
gui/gui.sln
gui/gui.vcproj
gui/cppcheck-gui
gui/qrc_gui.cpp
gui/*.qm
# Doxygen output folder
doxyoutput/
# qmake generated
2010-07-17 18:31:05 +02:00
htmlreport/.tox/
htmlreport/MANIFEST
# Backup files and stuff from patches
*.orig
*.rej
*~
# kdevelop 4.x
*.kdev4
2010-07-17 18:31:05 +02:00
*.sdf
ipch
*.opensdf
*.orig
tags