Files
memchr 2752368168 Update gitignore
- .cache/: generated by clangd
- compile_commands.json: usually generated by vscode or build system
- .vsocde: generated by vscode

`compile_commands.json` and `.vscode` are usually specific to a person's
environment, not configurable in any way, so there is no reason to put
them in the git repository at all.
2023-08-22 10:23:27 +01:00

51 lines
578 B
Plaintext

Debug/
Documentation/
Release/
QTDebug/
Development/
Development32/
Development64/
Release32/
Release64/
build/
build-*/
/compile_commands.json
.cache/
/dist/
/package/
util/buildscripts/support
Resources/*.png
qrenderdoc/Makefile*
*.exe
*.aps
*.ilk
*.manifest
*.user
bin
obj/
.obj/
*.opensdf
*.VC.*db
.vs/
.vscode/
*.pdb
*.sln.ide/
*.so
*.a
*.exp
*.lib
*.sdf
*.suo
*.dll
*.swp
*.orig
symsrv.yes
ipch/
renderdoc/driver/vulkan/renderdoc_capture.json
renderdocui/3rdparty/ironpython/pythonlibs.zip
qrenderdoc/generated/
qrenderdoc/3rdparty/pyside
.DS_Store
plugins-*/
__pycache__