fsfw-example-hosted/.gitignore

35 lines
310 B
Plaintext
Raw Normal View History

2021-06-08 13:36:08 +02:00
# Python
**/.idea/*
!**/.idea/runConfigurations
__pycache__
venv
2021-09-28 16:05:53 +02:00
2021-06-08 13:36:08 +02:00
# Eclipse
.cproject
.project
!misc/eclipse/**/.project
!misc/eclipse/**/.cproject
.pydevproject
.settings
.metadata
# Build folders
/build*
2022-04-30 18:45:25 +02:00
/cmake-build*
2021-06-08 13:36:08 +02:00
_dep
_obj
_bin
Makefile*
!**/make/Makefile*
# GCOV
*.gcno
# Visual Studio
.vs
out
2021-06-08 17:31:53 +02:00