diff --git a/.gitignore b/.gitignore index fd0f909..a989519 100644 --- a/.gitignore +++ b/.gitignore @@ -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/