update gitignore
authorChristian Grothoff <christian@grothoff.org>
Tue, 1 May 2018 20:14:54 +0000 (22:14 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 1 May 2018 20:14:54 +0000 (22:14 +0200)
src/namestore/.gitignore
src/namestore/gnunet-zoneimport.c

index 9a4c615ba31204194da315b6aea8272b9508d16b..e56271eac7ced901efaaf033ec4d55e211d64cce 100644 (file)
@@ -20,3 +20,51 @@ test_plugin_namestore_postgres
 test_plugin_namestore_sqlite
 test_plugin_namestore_flat
 gnunet-zoneimport
+test_namestore_api_lookup_nick_flat
+test_namestore_api_lookup_nick_postgres
+test_namestore_api_lookup_nick_sqlite
+test_namestore_api_lookup_private_flat
+test_namestore_api_lookup_private_postgres
+test_namestore_api_lookup_private_sqlite
+test_namestore_api_lookup_public_flat
+test_namestore_api_lookup_public_postgres
+test_namestore_api_lookup_public_sqlite
+test_namestore_api_lookup_shadow_filter_flat
+test_namestore_api_lookup_shadow_filter_postgres
+test_namestore_api_lookup_shadow_filter_sqlite
+test_namestore_api_lookup_shadow_flat
+test_namestore_api_lookup_shadow_postgres
+test_namestore_api_lookup_shadow_sqlite
+test_namestore_api_monitoring_existing_flat
+test_namestore_api_monitoring_existing_postgres
+test_namestore_api_monitoring_existing_sqlite
+test_namestore_api_monitoring_flat
+test_namestore_api_monitoring_postgres
+test_namestore_api_monitoring_sqlite
+test_namestore_api_remove_flat
+test_namestore_api_remove_not_existing_record_flat
+test_namestore_api_remove_not_existing_record_postgres
+test_namestore_api_remove_not_existing_record_sqlite
+test_namestore_api_remove_postgres
+test_namestore_api_remove_sqlite
+test_namestore_api_store_flat
+test_namestore_api_store_postgres
+test_namestore_api_store_sqlite
+test_namestore_api_store_update_flat
+test_namestore_api_store_update_postgres
+test_namestore_api_store_update_sqlite
+test_namestore_api_zone_iteration_flat
+test_namestore_api_zone_iteration_nick_flat
+test_namestore_api_zone_iteration_nick_postgres
+test_namestore_api_zone_iteration_nick_sqlite
+test_namestore_api_zone_iteration_postgres
+test_namestore_api_zone_iteration_specific_zone_flat
+test_namestore_api_zone_iteration_specific_zone_postgres
+test_namestore_api_zone_iteration_specific_zone_sqlite
+test_namestore_api_zone_iteration_sqlite
+test_namestore_api_zone_iteration_stop_flat
+test_namestore_api_zone_iteration_stop_postgres
+test_namestore_api_zone_iteration_stop_sqlite
+test_namestore_api_zone_to_name_flat
+test_namestore_api_zone_to_name_postgres
+test_namestore_api_zone_to_name_sqlite
index f8e38276007e770fcd69099fa156105ef7f861d6..e24cb26dd7c661eaf8bc80157fe561bd4f33113e 100644 (file)
@@ -178,7 +178,7 @@ struct Request
   /**
    * At what time does the (earliest) of the returned records
    * for this name expire? At this point, we need to re-fetch
-   * the record.  
+   * the record.
    */
   struct GNUNET_TIME_Absolute expires;
 
@@ -189,7 +189,7 @@ struct Request
    * NAMESTORE operation.
    */
   struct GNUNET_TIME_Absolute op_start_time;
-  
+
   /**
    * How often did we issue this query? (And failed, reset
    * to zero once we were successful.)
@@ -240,7 +240,7 @@ static unsigned int lookups;
 
 /**
  * Number of records we had cached.
- */ 
+ */
 static unsigned int cached;
 
 /**