2021-07-12 21:11:01 +02:00
|
|
|
# Python
|
|
|
|
**/.idea/*
|
|
|
|
!**/.idea/runConfigurations
|
|
|
|
__pycache__
|
|
|
|
*.db
|
|
|
|
venv
|
|
|
|
/tmtc/bin
|
|
|
|
/tmtc/lib
|
2021-07-14 01:04:42 +02:00
|
|
|
/tmtc/config/*.json
|
|
|
|
/tmtc/log
|
2021-07-12 21:11:01 +02:00
|
|
|
/tmtc/lib64
|
|
|
|
/tmtc/pyvenv.cfg
|
|
|
|
/tmtc/share
|
|
|
|
|
|
|
|
# Eclipse
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
!misc/eclipse/**/.project
|
|
|
|
!misc/eclipse/**/.cproject
|
|
|
|
.pydevproject
|
|
|
|
.settings
|
|
|
|
.metadata
|
|
|
|
|
|
|
|
|
|
|
|
# Build folders
|
|
|
|
/build*
|
2022-05-22 15:23:25 +02:00
|
|
|
/cmake-build*
|
2021-07-12 21:11:01 +02:00
|
|
|
|
2022-05-22 15:23:25 +02:00
|
|
|
# Makefile artifacts
|
2021-07-12 21:11:01 +02:00
|
|
|
_dep
|
|
|
|
_obj
|
|
|
|
_bin
|
|
|
|
Makefile*
|
|
|
|
!**/make/Makefile*
|
|
|
|
|
|
|
|
# GCOV
|
|
|
|
*.gcno
|
|
|
|
|
|
|
|
# Visual Studio
|
|
|
|
.vs
|
|
|
|
out
|
|
|
|
|
2022-04-11 14:23:32 +02:00
|
|
|
# xPacks
|
|
|
|
/xpacks
|
|
|
|
/package.json
|