fsfw-example-stm32h7-rtems/.gitignore

39 lines
390 B
Plaintext
Raw Permalink Normal View History

2021-07-15 16:55:08 +02:00
# Python
**/.idea/*
!**/.idea/runConfigurations
__pycache__
*.db
venv
/tmtc/bin
/tmtc/lib
/tmtc/config/*.json
/tmtc/log
/tmtc/lib64
/tmtc/pyvenv.cfg
/tmtc/share
# Eclipse
.cproject
.project
!misc/eclipse/**/.project
!misc/eclipse/**/.cproject
.pydevproject
.settings
.metadata
# Build folders
/build*
2022-05-27 01:46:51 +02:00
/cmake-build*
2021-07-15 16:55:08 +02:00
Makefile*
!**/make/Makefile*
# GCOV
*.gcno
# Visual Studio
.vs
out