eive-obsw/.gitignore

29 lines
276 B
Plaintext
Raw Permalink Normal View History

2021-05-05 20:25:52 +02:00
/build*
2022-05-03 12:31:43 +02:00
/cmake-build*
2020-09-16 16:22:36 +02:00
2021-08-02 11:43:49 +02:00
# Eclipse
2020-09-16 16:22:36 +02:00
.settings
.metadata
.project
.cproject
2020-12-17 19:43:20 +01:00
!misc/eclipse/**/.cproject
2020-12-29 01:09:59 +01:00
!misc/eclipse/**/.project
2021-05-17 19:13:45 +02:00
#vscode
2022-02-28 14:13:31 +01:00
/.vscode
2023-02-17 17:00:12 +01:00
# IntelliJ
/.idea/*
2021-08-02 11:43:49 +02:00
# Python
__pycache__
2023-02-17 17:00:12 +01:00
# CLion
!/.idea/cmake.xml
2021-08-02 11:43:49 +02:00
2021-05-17 19:13:45 +02:00
generators/*.db
2023-11-15 15:21:00 +01:00
# Clangd LSP
/compile_commands.json
/.cache