fsfw-example-linux-mcu/.gitignore

41 lines
375 B
Plaintext
Raw Normal View History

2021-06-11 12:50:14 +02:00
# Python
**/.idea/*
!**/.idea/runConfigurations
__pycache__
*.db
venv
# Eclipse
.cproject
.project
!misc/eclipse/**/.project
!misc/eclipse/**/.cproject
.pydevproject
.settings
.metadata
# Build folders
Debug
Debug*
Release
Release*
RelWithDeb
RelWithDeb*
MinSizeRel
MinSizeRel*
/build*
_dep
_obj
_bin
Makefile*
!**/make/Makefile*
# GCOV
*.gcno
# Visual Studio
.vs
out