eive-obsw/.gitignore
Robin Mueller f0536a9d77
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-main This commit looks good
this should do the job
2023-11-15 15:21:00 +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