From 258cf2f1a8d56523cf219a8791c28ece25698933 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 2 Sep 2019 00:08:14 +0200 Subject: [PATCH] Remove build artefacts from gitignore. 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. --- .gitignore | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitignore b/.gitignore index e2111b12..d2c08e73 100644 --- a/.gitignore +++ b/.gitignore @@ -13,16 +13,6 @@ doc/interfacelist.qdoc debs*.tar # in source build artifaces -*.o -moc_*.cpp -*.moc -Makefile -*.so* -qrc_*.cpp -*debhelper.log -*.dirs -*.install -*.substvars tests/auto/actions/testactions tests/auto/configurations/testconfigurations tests/auto/devices/testdevices @@ -44,18 +34,4 @@ tests/auto/versioning/testversioning tests/auto/webserver/webserver tests/auto/websocketserver/websocketserver -# debian package generated stuff -debian/.debhelper/ -debian/debhelper-build-stamp -debian/files -debian/guh-dbg/ -debian/guh-tests/ -debian/guh-translations/ -debian/guh/ -debian/guhd/ -debian/libguh1-dev/ -debian/libguh1/ -debian/tmp/ -server/guhd - .idea/