From 5dc03fbf2c199c37a1e6cc69fdade7be1c5bbea6 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 10 Feb 2016 11:36:18 +0100 Subject: Update gitignore to adjust for recent changes in the build system Change-Id: Ibb30a155a27c849a35d84d8ceb242bac75c17f3c Reviewed-by: Paolo Angelelli Reviewed-by: Alex Blasche --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bb0e0364..5b60c37d 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,14 @@ config.log moc_*.cpp ui_*.h qrc_*.cpp - +qmlplugindump_wrapper.sh +uic_wrapper.sh +qdbusxml2cpp_wrapper.sh +qdoc_wrapper.sh +qhelpgenerator_wrapper.sh +target_wrapper.sh +QtPositioning.version* +QtLocation.version* src/positioning/doc/snippets/cpp/positioning_cppsnippet src/location/doc/snippets/cpp/cppsnippet src/location/doc/snippets/places/placescppsnippet @@ -55,6 +62,20 @@ examples/positioning/weatherinfo/weatherinfo config.tests/geoclue/geoclue config.tests/gypsy/gypsy +# don't track qdbusxml2cpp generated files for geoclue plugin +# they are no different than moc files +geoclue_interface.cpp +geoclue_interface.h +master_interface.cpp +master_interface.h +masterclient_interface.cpp +masterclient_interface.h +position_interface.cpp +position_interface.h +satellite_interface.cpp +satellite_interface.h +velocity_interface.cpp +velocity_interface.h # Test generated files -- cgit v1.2.1