fsfw-example-hosted/.gitignore
Robin Mueller 7205ac6202
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
update README as well
2022-05-01 20:30:11 +02:00

38 lines
336 B
Plaintext

# PyCharm
/.idea/*
!/.idea/runConfigurations
!/.idea/cmake.xml
# 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