.gitignore
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 15 Aug 2024 23:23:56 +0200
changeset 3962 ccf7461e8ff2
parent 3961 f01bd9a40554
permissions -rw-r--r--
Add "CONTINUE" ST statement.

Matches "Add CONTINUE statement, fix FOR loop accordingly" 8a06b3bb92967b389466b8afa977a995ec605e2d commit in Matiec.
*.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/**