add in source build artifacts to .gitignore
this makes it easier to use when building debian packages, for instance when using crossbuilder a lot
This commit is contained in:
parent
301cf7501b
commit
6c2aabb457
51
.gitignore
vendored
51
.gitignore
vendored
@ -9,3 +9,54 @@ snap/parts/
|
|||||||
snap/prime/
|
snap/prime/
|
||||||
snap/stage/
|
snap/stage/
|
||||||
doc/interfacelist.qdoc
|
doc/interfacelist.qdoc
|
||||||
|
|
||||||
|
.crossbuilder/
|
||||||
|
debs*.tar
|
||||||
|
|
||||||
|
# in source build artifaces
|
||||||
|
*.o
|
||||||
|
moc_*.cpp
|
||||||
|
*.moc
|
||||||
|
Makefile
|
||||||
|
*.so*
|
||||||
|
qrc_*.cpp
|
||||||
|
*debhelper.log
|
||||||
|
*.dirs
|
||||||
|
*.install
|
||||||
|
*.substvars
|
||||||
|
plugininfo.h
|
||||||
|
extern-plugininfo.h
|
||||||
|
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/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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user