Robin Mueller
ed0077e3f1
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
39 lines
355 B
Plaintext
39 lines
355 B
Plaintext
# PyCharm
|
|
/.idea/*
|
|
!/.idea/runConfigurations
|
|
!/.idea/cmake.xml
|
|
!/.idea/codeStyles
|
|
|
|
# Python
|
|
__pycache__
|
|
/venv
|
|
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
!misc/eclipse/**/.project
|
|
!misc/eclipse/**/.cproject
|
|
.pydevproject
|
|
.settings
|
|
.metadata
|
|
|
|
|
|
# Build folders
|
|
/build*
|
|
/cmake-build*
|
|
|
|
_dep
|
|
_obj
|
|
_bin
|
|
Makefile*
|
|
!**/make/Makefile*
|
|
|
|
# GCOV
|
|
*.gcno
|
|
|
|
# Visual Studio
|
|
.vs
|
|
out
|
|
|