29 lines
276 B
Plaintext
29 lines
276 B
Plaintext
/build*
|
|
/cmake-build*
|
|
|
|
# Eclipse
|
|
.settings
|
|
.metadata
|
|
.project
|
|
.cproject
|
|
!misc/eclipse/**/.cproject
|
|
!misc/eclipse/**/.project
|
|
|
|
#vscode
|
|
/.vscode
|
|
|
|
# IntelliJ
|
|
/.idea/*
|
|
|
|
# Python
|
|
__pycache__
|
|
|
|
# CLion
|
|
!/.idea/cmake.xml
|
|
|
|
generators/*.db
|
|
|
|
# Clangd LSP
|
|
/compile_commands.json
|
|
/.cache
|