.gitignore
author Edouard Tisserant <edouard@beremiz.fr>
Wed, 25 Sep 2024 11:10:33 +0200
changeset 4020 205d5379b35e
parent 3961 f01bd9a40554
permissions -rw-r--r--
MQTT: add JSON fixed size 1D array support. WIP. Parsing array still broken.
*.pyc
**/__pycache__
.vscode
**/build/**
*.class
**/.svghmithumbs/**
**/my_*.der
**/my_*.pem
tests/tools/Docker/requirements.txt
**/management.json
**/.secret

doc/_build/**
doc/locale/**

C_runtime/**/*.d
C_runtime/**/*.o
beremiz_runtime
**/tmp/**