eive-obsw/.gitignore
Robin Mueller 134073fd84
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
continue PLOC SUPV
2023-11-13 15:33:11 +01:00

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