refactored .gitignore so that it's easier to read

This commit is contained in:
XhmikosR 2012-11-30 14:56:05 +02:00 committed by Daniel Marjamäki
parent 072ad3e344
commit 7eb99008c0
1 changed files with 31 additions and 27 deletions

58
.gitignore vendored
View File

@ -1,49 +1,60 @@
cppcheck
cppcheck.exe
testrunner
testrunner.exe
*.o
*.bak *.bak
*.gcno *.gcno
tools/dmake *.o
tools/extracttests cppcheck
cppcheck.exe
dmake dmake
tags
testrunner
testrunner.exe
tools/dmake
tools/errmsg tools/errmsg
tools/extracttests
# VS generated files # VS generated files
*.obj *.idb
*.ncb *.ncb
*.obj
*.opensdf
*.orig
*.pdb
*.sdf
*.suo *.suo
*.user *.user
*.idb
*.pdb
# VS build folders # VS build folders
cli/temp/
lib/temp/
test/temp/
bin/ bin/
Build/ Build/
BuildTmp/ BuildTmp/
cli/temp/
ipch/
lib/temp/
test/temp/
# XCode build folders and files # XCode build folders and files
build/
*.pbxuser
*.mode[0-9]v[0-9] *.mode[0-9]v[0-9]
*.pbxuser
build/
# GUI build folders # GUI build folders
gui/debug/ gui/debug/
gui/release/ gui/release/
gui/temp/ gui/temp/
# Other (generated) GUI files # Other (generated) GUI files
gui/*.qm
gui/cppcheck-gui
gui/gui.sln
gui/gui.vcproj
gui/Makefile gui/Makefile
gui/Makefile.debug gui/Makefile.debug
gui/Makefile.release gui/Makefile.release
gui/gui.sln
gui/gui.vcproj
gui/cppcheck-gui
gui/qrc_gui.cpp gui/qrc_gui.cpp
gui/*.qm
# Doxygen output folder # Doxygen output folder
doxyoutput/ doxyoutput/
# qmake generated
# qmake generated
htmlreport/.tox/ htmlreport/.tox/
htmlreport/MANIFEST htmlreport/MANIFEST
@ -54,10 +65,3 @@ htmlreport/MANIFEST
# kdevelop 4.x # kdevelop 4.x
*.kdev4 *.kdev4
*.sdf
ipch
*.opensdf
*.orig
tags