fsfw-example-hosted/.gitignore
Robin Mueller ed0077e3f1
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
track code styles
2022-05-02 09:33:39 +02:00

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