fsfw-example-linux-mcu/.gitignore

41 lines
391 B
Plaintext
Raw Normal View History

2021-06-11 12:50:14 +02:00
# Python
**/.idea/*
!**/.idea/runConfigurations
__pycache__
*.db
venv
2021-07-14 13:56:50 +02:00
/tmtc/bin
/tmtc/lib
/tmtc/config/*.json
/tmtc/log
/tmtc/lib64
/tmtc/pyvenv.cfg
/tmtc/share
2021-06-11 12:50:14 +02:00
# Eclipse
.cproject
.project
!misc/eclipse/**/.project
!misc/eclipse/**/.cproject
.pydevproject
.settings
.metadata
# Build folders
/build*
_dep
_obj
_bin
Makefile*
!**/make/Makefile*
# GCOV
*.gcno
# Visual Studio
.vs
out
2021-07-14 13:56:50 +02:00