fsfw-example-hosted/.gitignore

39 lines
355 B
Plaintext
Raw Normal View History

2022-05-01 20:30:11 +02:00
# PyCharm
/.idea/*
!/.idea/runConfigurations
!/.idea/cmake.xml
2022-05-02 09:33:39 +02:00
!/.idea/codeStyles
2022-05-01 20:30:11 +02:00
2021-06-08 13:36:08 +02:00
# Python
__pycache__
2022-05-01 20:30:11 +02:00
/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