2021-06-08 13:36:08 +02:00
|
|
|
# Python
|
|
|
|
**/.idea/*
|
|
|
|
!**/.idea/runConfigurations
|
|
|
|
__pycache__
|
|
|
|
*.db
|
|
|
|
venv
|
2021-06-17 11:57:09 +02:00
|
|
|
/tmtc/bin
|
|
|
|
/tmtc/lib
|
|
|
|
/tmtc/lib64
|
|
|
|
/tmtc/pyvenv.cfg
|
|
|
|
/tmtc/share
|
2021-06-08 13:36:08 +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-06-08 17:31:53 +02:00
|
|
|
|