diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2016-02-10 11:36:18 +0100 |
---|---|---|
committer | Alex Blasche <alexander.blasche@theqtcompany.com> | 2016-02-11 12:02:41 +0000 |
commit | 5dc03fbf2c199c37a1e6cc69fdade7be1c5bbea6 (patch) | |
tree | 6df29d25866cfe402508f872a94b2ec454ab9d64 /.gitignore | |
parent | 29bf46429751832f64b8afbee0170a00330a69f2 (diff) | |
download | qtlocation-5dc03fbf2c199c37a1e6cc69fdade7be1c5bbea6.tar.gz |
Update gitignore to adjust for recent changes in the build system
Change-Id: Ibb30a155a27c849a35d84d8ceb242bac75c17f3c
Reviewed-by: Paolo Angelelli <paolo.angelelli@theqtcompany.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -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 |