From f80056a7879268e715dec28c742ee766b0970bd8 Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 27 Mar 2010 13:57:54 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a7c0caa..3b25067 100644 --- a/.gitignore +++ b/.gitignore @@ -29,13 +29,22 @@ missing *-bindings.h doxygen.conf +gtk-doc.make -example/geoclue-find-example -example/geoclue-geocode-example -example/geoclue-map-example -example/geoclue-map-example-moving -example/geoclue-map-layout-example -example/geoclue-position-example -geoclue/geoclue-master +example/*-example +src/geoclue-master geoclue/geoclue-enum-types.h geoclue/geoclue-enum-types.c +interfaces/gc-iface-*.xml + +providers/example/geoclue-example +providers/geonames/geoclue-geonames +providers/gsmloc/geoclue-gsmloc +providers/hostip/geoclue-hostip +providers/localnet/geoclue-localnet +providers/manual/geoclue-manual +providers/nominatim/geoclue-nominatim +providers/plazes/geoclue-plazes +providers/yahoo/geoclue-yahoo + +test/geoclue-test-gui -- 1.7.0.3