Reasoning: Basically one should never have build artefacts in the source directory anyways as out-of-source builds are the recommended way of working anyways. If, for some reason that's still happening (e.g. with crossbuilder) then this helps a lot to clean the source dir again after building. "crossbuilder clean" only works with the build container ready, if the computer has been rebooted or build containers have been deleted in the meantime, it becomes virtually impossible to clean up the source dir again if git doesn't help any more.
38 lines
869 B
Plaintext
38 lines
869 B
Plaintext
*.pro.user
|
|
*.autosave
|
|
builddir
|
|
doc/html
|
|
*api.json.new
|
|
*.snap
|
|
snap/parts/
|
|
snap/prime/
|
|
snap/stage/
|
|
doc/interfacelist.qdoc
|
|
|
|
.crossbuilder/
|
|
debs*.tar
|
|
|
|
# in source build artifaces
|
|
tests/auto/actions/testactions
|
|
tests/auto/configurations/testconfigurations
|
|
tests/auto/devices/testdevices
|
|
tests/auto/events/testevents
|
|
tests/auto/jsonrpc/testjsonrpc
|
|
tests/auto/logging/testlogging
|
|
tests/auto/logging/testloggingdirect
|
|
tests/auto/plugins/testactions
|
|
tests/auto/restdeviceclasses/restdeviceclasses
|
|
tests/auto/restdevices/restdevices
|
|
tests/auto/restlogging/testrestlogging
|
|
tests/auto/restplugins/restplugins
|
|
tests/auto/restrules/restrules
|
|
tests/auto/restvendors/restvendors
|
|
tests/auto/rules/rules
|
|
tests/auto/states/states
|
|
tests/auto/timemanager/testtimemanager
|
|
tests/auto/versioning/testversioning
|
|
tests/auto/webserver/webserver
|
|
tests/auto/websocketserver/websocketserver
|
|
|
|
.idea/
|