chore(gitignore): artefacts de build des tests (19 → 4 entrées non suivies)

Les artefacts produits par `qmake6 CONFIG+=build_tests && make` polluaient
`git status` en permanence. Ajoutés : qrc_*.cpp, target_wrapper.sh, les trois
binaires de test (chemins explicites — ces cibles n'ont pas d'extension), le
plugininfo généré du mock, build-check/ et .cache/.

Portée du motif plugininfo volontairement limitée à
tests/mocks/plugins/energymocks/ : energyplugin/plugininfo.h est SUIVI, un motif
global aurait été trompeur.

Vérifié : aucun fichier suivi n'est nouvellement ignoré
(`git ls-files | git check-ignore --stdin` → vide).

Restent non suivis, volontairement — fichiers de travail, pas des artefacts :
BRIEF_agent_energymanager.md, consignes/, jsonRPC.txt, logs-3biv/.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Patrick Schurig 2026-08-08 10:53:21 +02:00
parent f6a4be5560
commit 3f6aae0f4b

20
.gitignore vendored
View File

@ -9,5 +9,25 @@ builddir/
*_moc.cpp
autogenerated/
# Sources générées par qmake / rcc
qrc_*.cpp
target_wrapper.sh
# Binaires de test — produits par `qmake6 CONFIG+=build_tests && make`.
# Chemins explicites : ces cibles n'ont pas d'extension, un motif large serait risqué.
/tests/auto/charging/nymeaenrgytestcharging
/tests/auto/simulation/nymea-energy-simulation
/tests/auto/spotmarket/nymeaenrgytestspotmarket
# plugininfo du mock de test — généré par nymea-plugininfocompiler depuis
# integrationpluginenergymocks.json, à régénérer après toute modification de ce JSON.
# Portée volontairement limitée à ce répertoire : energyplugin/plugininfo.h est SUIVI.
/tests/mocks/plugins/energymocks/plugininfo.h
/tests/mocks/plugins/energymocks/extern-plugininfo.h
# Répertoires de build hors arbre
build-check/
# clangd — chemins absolus du poste local, ne pas versionner
compile_commands.json
.cache/