.gitignore
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 25 Nov 2023 00:18:05 +0100
changeset 3880 89549813a6c1
parent 3841 02fa0f8484d7
permissions -rw-r--r--
SVGHMI: Fixes UI lifecycle problems

Was sometime showing HMI tree of previously closed project : no more module globals to store hmi tree.
C++ dead object exceptions happened when re-opening SVGHMI UI or building after close of UI.
3796
b0507eb2be1f update .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     1
*.pyc
b0507eb2be1f update .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     2
**/__pycache__
3807
87f670154294 Updaye .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3796
diff changeset
     3
.vscode
87f670154294 Updaye .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3796
diff changeset
     4
**/build/**
3819
4582f0fcf4c4 update .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3807
diff changeset
     5
*.class
4582f0fcf4c4 update .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3807
diff changeset
     6
**/.svghmithumbs/**
3826
f370b71e3418 Update .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3819
diff changeset
     7
**/my_*.der
f370b71e3418 Update .gitignore
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3819
diff changeset
     8
**/my_*.pem
3841
02fa0f8484d7 Tests: align on requirements.txt
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3826
diff changeset
     9
tests/tools/Docker/requirements.txt