aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arm/.gitignore4
-rw-r--r--src/ats-tests/.gitignore6
-rw-r--r--src/ats/.gitignore2
-rw-r--r--src/core/.gitignore7
-rw-r--r--src/datacache/.gitignore6
-rw-r--r--src/datastore/.gitignore14
-rw-r--r--src/dht/.gitignore7
-rw-r--r--src/dns/.gitignore1
-rw-r--r--src/fragmentation/.gitignore2
-rw-r--r--src/gnsrecord/.gitignore3
-rw-r--r--src/hostlist/.gitignore3
-rw-r--r--src/json/.gitignore1
-rw-r--r--src/namecache/.gitignore3
-rw-r--r--src/namestore/.gitignore17
-rw-r--r--src/nse/.gitignore1
-rw-r--r--src/peerinfo/.gitignore4
-rw-r--r--src/peerstore/.gitignore6
-rw-r--r--src/pq/.gitignore1
-rw-r--r--src/regex/.gitignore7
-rw-r--r--src/statistics/.gitignore5
-rw-r--r--src/testbed/.gitignore30
-rw-r--r--src/testing/.gitignore5
-rw-r--r--src/transport/.gitignore76
23 files changed, 211 insertions, 0 deletions
diff --git a/src/arm/.gitignore b/src/arm/.gitignore
index 0ea685353..859c6e393 100644
--- a/src/arm/.gitignore
+++ b/src/arm/.gitignore
@@ -1,3 +1,7 @@
1mockup-service 1mockup-service
2gnunet-arm 2gnunet-arm
3gnunet-service-arm 3gnunet-service-arm
4test_arm_api
5test_exponential_backoff
6test_gnunet_arm.py
7test_gnunet_service_arm
diff --git a/src/ats-tests/.gitignore b/src/ats-tests/.gitignore
index 9e4a44df5..800898bf9 100644
--- a/src/ats-tests/.gitignore
+++ b/src/ats-tests/.gitignore
@@ -1,2 +1,8 @@
1gnunet-solver-eval 1gnunet-solver-eval
2gnunet-ats-sim 2gnunet-ats-sim
3perf_ats_proportional_core_bandwidth
4perf_ats_proportional_core_latency
5perf_ats_proportional_core_none
6perf_ats_proportional_transport_bandwidth
7perf_ats_proportional_transport_latency
8perf_ats_proportional_transport_none
diff --git a/src/ats/.gitignore b/src/ats/.gitignore
index 7b70f84a5..983dc2843 100644
--- a/src/ats/.gitignore
+++ b/src/ats/.gitignore
@@ -1 +1,3 @@
1gnunet-service-ats 1gnunet-service-ats
2test_ats_api_proportional
3test_ats_reservation_api_proportional
diff --git a/src/core/.gitignore b/src/core/.gitignore
index 42b7030b3..cdd1f93c2 100644
--- a/src/core/.gitignore
+++ b/src/core/.gitignore
@@ -1,2 +1,9 @@
1gnunet-service-core 1gnunet-service-core
2gnunet-core 2gnunet-core
3test_core_api
4test_core_api_reliability
5test_core_api_send_to_self
6test_core_api_start_only
7test_core_quota_compliance_asymmetric_recv_limited
8test_core_quota_compliance_asymmetric_send_limited
9test_core_quota_compliance_symmetric
diff --git a/src/datacache/.gitignore b/src/datacache/.gitignore
new file mode 100644
index 000000000..8e42aa103
--- /dev/null
+++ b/src/datacache/.gitignore
@@ -0,0 +1,6 @@
1test_datacache_heap
2test_datacache_postgres
3test_datacache_quota_heap
4test_datacache_quota_postgres
5test_datacache_quota_sqlite
6test_datacache_sqlite
diff --git a/src/datastore/.gitignore b/src/datastore/.gitignore
index 38dff9993..51d3391b9 100644
--- a/src/datastore/.gitignore
+++ b/src/datastore/.gitignore
@@ -1,2 +1,16 @@
1gnunet-service-datastore 1gnunet-service-datastore
2gnunet-datastore 2gnunet-datastore
3perf_datastore_api_heap
4perf_plugin_datastore_heap
5test_datastore_api_heap
6test_datastore_api_management_heap
7test_datastore_api_management_mysql
8test_datastore_api_management_postgres
9test_datastore_api_management_sqlite
10test_datastore_api_mysql
11test_datastore_api_postgres
12test_datastore_api_sqlite
13test_plugin_datastore_heap
14test_plugin_datastore_mysql
15test_plugin_datastore_postgres
16test_plugin_datastore_sqlite
diff --git a/src/dht/.gitignore b/src/dht/.gitignore
index b8b0ff7d4..e7f3c2a86 100644
--- a/src/dht/.gitignore
+++ b/src/dht/.gitignore
@@ -5,3 +5,10 @@ gnunet-dht-profiler
5gnunet-dht-put 5gnunet-dht-put
6gnunet-service-dht 6gnunet-service-dht
7gnunet-service-dht-whanau 7gnunet-service-dht-whanau
8test_dht_2dtorus
9test_dht_api
10test_dht_line
11test_dht_monitor
12test_dht_multipeer
13test_dht_tools.py
14test_dht_twopeer
diff --git a/src/dns/.gitignore b/src/dns/.gitignore
index ef9125c50..952f6fb9a 100644
--- a/src/dns/.gitignore
+++ b/src/dns/.gitignore
@@ -2,3 +2,4 @@ gnunet-service-dns
2gnunet-dns-monitor 2gnunet-dns-monitor
3gnunet-dns-redirector 3gnunet-dns-redirector
4gnunet-helper-dns 4gnunet-helper-dns
5test_hexcoder
diff --git a/src/fragmentation/.gitignore b/src/fragmentation/.gitignore
new file mode 100644
index 000000000..c3293ab69
--- /dev/null
+++ b/src/fragmentation/.gitignore
@@ -0,0 +1,2 @@
1test_fragmentation
2test_fragmentation_parallel
diff --git a/src/gnsrecord/.gitignore b/src/gnsrecord/.gitignore
new file mode 100644
index 000000000..7b5ba6449
--- /dev/null
+++ b/src/gnsrecord/.gitignore
@@ -0,0 +1,3 @@
1test_gnsrecord_block_expiration
2test_gnsrecord_crypto
3test_gnsrecord_serialization
diff --git a/src/hostlist/.gitignore b/src/hostlist/.gitignore
index f20bc2d58..b16e3444a 100644
--- a/src/hostlist/.gitignore
+++ b/src/hostlist/.gitignore
@@ -1 +1,4 @@
1gnunet-daemon-hostlist 1gnunet-daemon-hostlist
2test_gnunet_daemon_hostlist
3test_gnunet_daemon_hostlist_learning
4test_gnunet_daemon_hostlist_reconnect
diff --git a/src/json/.gitignore b/src/json/.gitignore
new file mode 100644
index 000000000..6709c749d
--- /dev/null
+++ b/src/json/.gitignore
@@ -0,0 +1 @@
test_json
diff --git a/src/namecache/.gitignore b/src/namecache/.gitignore
index 7f6924c27..cd4286ff2 100644
--- a/src/namecache/.gitignore
+++ b/src/namecache/.gitignore
@@ -1,2 +1,5 @@
1gnunet-service-namecache 1gnunet-service-namecache
2gnunet-namecache 2gnunet-namecache
3test_namecache_api_cache_block
4test_plugin_namecache_postgres
5test_plugin_namecache_sqlite
diff --git a/src/namestore/.gitignore b/src/namestore/.gitignore
index 15482dd69..a1153c6f9 100644
--- a/src/namestore/.gitignore
+++ b/src/namestore/.gitignore
@@ -1,3 +1,20 @@
1gnunet-service-namestore 1gnunet-service-namestore
2gnunet-namestore 2gnunet-namestore
3gnunet-namestore-fcfsd 3gnunet-namestore-fcfsd
4test_namestore_api_lookup_nick
5test_namestore_api_lookup_private
6test_namestore_api_lookup_public
7test_namestore_api_lookup_shadow
8test_namestore_api_lookup_shadow_filter
9test_namestore_api_monitoring
10test_namestore_api_monitoring_existing
11test_namestore_api_remove
12test_namestore_api_remove_not_existing_record
13test_namestore_api_store
14test_namestore_api_store_update
15test_namestore_api_zone_iteration
16test_namestore_api_zone_iteration_nick
17test_namestore_api_zone_iteration_specific_zone
18test_namestore_api_zone_iteration_stop
19test_plugin_namestore_postgres
20test_plugin_namestore_sqlite
diff --git a/src/nse/.gitignore b/src/nse/.gitignore
index 4e6257696..a85b34e5e 100644
--- a/src/nse/.gitignore
+++ b/src/nse/.gitignore
@@ -1,3 +1,4 @@
1gnunet-service-nse 1gnunet-service-nse
2gnunet-nse 2gnunet-nse
3gnunet-nse-profiler 3gnunet-nse-profiler
4test_nse_api
diff --git a/src/peerinfo/.gitignore b/src/peerinfo/.gitignore
index 950ed60a6..e2a79a211 100644
--- a/src/peerinfo/.gitignore
+++ b/src/peerinfo/.gitignore
@@ -1 +1,5 @@
1gnunet-service-peerinfo 1gnunet-service-peerinfo
2test_peerinfo_api
3test_peerinfo_api_friend_only
4test_peerinfo_api_notify_friend_only
5test_peerinfo_shipped_hellos
diff --git a/src/peerstore/.gitignore b/src/peerstore/.gitignore
index a07db8a36..33304d90b 100644
--- a/src/peerstore/.gitignore
+++ b/src/peerstore/.gitignore
@@ -1,2 +1,8 @@
1gnunet-service-peerstore 1gnunet-service-peerstore
2gnunet-peerstore 2gnunet-peerstore
3perf_peerstore_store
4test_peerstore_api_iterate
5test_peerstore_api_store
6test_peerstore_api_sync
7test_peerstore_api_watch
8test_plugin_peerstore_sqlite
diff --git a/src/pq/.gitignore b/src/pq/.gitignore
new file mode 100644
index 000000000..8de68ddc9
--- /dev/null
+++ b/src/pq/.gitignore
@@ -0,0 +1 @@
test_pq
diff --git a/src/regex/.gitignore b/src/regex/.gitignore
index 014e54347..39dc89c88 100644
--- a/src/regex/.gitignore
+++ b/src/regex/.gitignore
@@ -3,3 +3,10 @@ gnunet-daemon-regexprofiler
3gnunet-regex-profiler 3gnunet-regex-profiler
4gnunet-regex-simulation-profiler 4gnunet-regex-simulation-profiler
5gnunet-service-regex 5gnunet-service-regex
6test_graph.dot
7test_regex_api
8test_regex_eval_api
9test_regex_graph_api
10test_regex_integration
11test_regex_iterate_api
12test_regex_proofs
diff --git a/src/statistics/.gitignore b/src/statistics/.gitignore
index 55f015bce..f1f567149 100644
--- a/src/statistics/.gitignore
+++ b/src/statistics/.gitignore
@@ -1,2 +1,7 @@
1gnunet-statistics 1gnunet-statistics
2gnunet-service-statistics 2gnunet-service-statistics
3test_gnunet_statistics.py
4test_statistics_api
5test_statistics_api_loop
6test_statistics_api_watch
7test_statistics_api_watch_zero_value
diff --git a/src/testbed/.gitignore b/src/testbed/.gitignore
index acffa9b91..f7cfb1e23 100644
--- a/src/testbed/.gitignore
+++ b/src/testbed/.gitignore
@@ -5,3 +5,33 @@ gnunet-daemon-testbed-blacklist
5gnunet-daemon-testbed-underlay 5gnunet-daemon-testbed-underlay
6gnunet-helper-testbed 6gnunet-helper-testbed
7gnunet-service-testbed 7gnunet-service-testbed
8gnunet-service-test-barriers
9test_gnunet_helper_testbed
10test_testbed_api
11test_testbed_api_2peers_1controller
12test_testbed_api_3peers_3controllers
13test_testbed_api_barriers
14test_testbed_api_controllerlink
15test_testbed_api_hosts
16test_testbed_api_operations
17test_testbed_api_peer_reconfiguration
18test_testbed_api_peers_manage_services
19test_testbed_api_sd
20test_testbed_api_statistics
21test_testbed_api_test
22test_testbed_api_test_timeout
23test_testbed_api_testbed_run
24test_testbed_api_testbed_run_topology2dtorus
25test_testbed_api_testbed_run_topologyclique
26test_testbed_api_testbed_run_topologyfromfile
27test_testbed_api_testbed_run_topologyline
28test_testbed_api_testbed_run_topologyrandom
29test_testbed_api_testbed_run_topologyring
30test_testbed_api_testbed_run_topologyscalefree
31test_testbed_api_testbed_run_topologysmallworld
32test_testbed_api_testbed_run_topologysmallworldring
33test_testbed_api_testbed_run_topologystar
34test_testbed_api_testbed_run_waitforever
35test_testbed_api_topology
36test_testbed_api_topology_clique
37test_testbed_underlay
diff --git a/src/testing/.gitignore b/src/testing/.gitignore
index 212ed2ad3..f350da1f2 100644
--- a/src/testing/.gitignore
+++ b/src/testing/.gitignore
@@ -1,2 +1,7 @@
1list-keys 1list-keys
2gnunet-testing 2gnunet-testing
3test_testing_peerstartup
4test_testing_peerstartup2
5test_testing_portreservation
6test_testing_servicestartup
7test_testing_sharedservices
diff --git a/src/transport/.gitignore b/src/transport/.gitignore
index eab8d3146..d035b4011 100644
--- a/src/transport/.gitignore
+++ b/src/transport/.gitignore
@@ -7,3 +7,79 @@ gnunet-transport
7gnunet-transport-certificate-creation 7gnunet-transport-certificate-creation
8gnunet-transport-profiler 8gnunet-transport-profiler
9gnunet-transport-wlan-receiver 9gnunet-transport-wlan-receiver
10https_cert_qutoa_p2.crt
11https_key_quota_p2.key
12test_http_common
13test_plugin_bluetooth
14test_plugin_http_client
15test_plugin_http_server
16test_plugin_https_client
17test_plugin_https_server
18test_plugin_tcp
19test_plugin_udp
20test_plugin_unix
21test_plugin_wlan
22test_quota_compliance_bluetooth
23test_quota_compliance_bluetooth_asymmetric
24test_quota_compliance_http
25test_quota_compliance_http_asymmetric
26test_quota_compliance_https
27test_quota_compliance_https_asymmetric
28test_quota_compliance_tcp
29test_quota_compliance_tcp_asymmetric
30test_quota_compliance_udp
31test_quota_compliance_unix
32test_quota_compliance_unix_asymmetric
33test_quota_compliance_wlan
34test_quota_compliance_wlan_asymmetric
35test_transport_address_switch_http
36test_transport_address_switch_https
37test_transport_address_switch_tcp
38test_transport_address_switch_udp
39test_transport_api_blacklisting_tcp
40test_transport_api_bluetooth
41test_transport_api_disconnect_tcp
42test_transport_api_http
43test_transport_api_http_reverse
44test_transport_api_https
45test_transport_api_limited_sockets_tcp
46test_transport_api_manipulation_cfg
47test_transport_api_manipulation_recv_tcp
48test_transport_api_manipulation_send_tcp
49test_transport_api_monitor_peers
50test_transport_api_multi
51test_transport_api_reliability_bluetooth
52test_transport_api_reliability_http
53test_transport_api_reliability_http_xhr
54test_transport_api_reliability_https
55test_transport_api_reliability_https_xhr
56test_transport_api_reliability_tcp
57test_transport_api_reliability_tcp_nat
58test_transport_api_reliability_udp
59test_transport_api_reliability_unix
60test_transport_api_reliability_wlan
61test_transport_api_restart_1peer
62test_transport_api_restart_2peers
63test_transport_api_slow_ats
64test_transport_api_tcp
65test_transport_api_tcp_nat
66test_transport_api_timeout_bluetooth
67test_transport_api_timeout_http
68test_transport_api_timeout_https
69test_transport_api_timeout_tcp
70test_transport_api_timeout_udp
71test_transport_api_timeout_unix
72test_transport_api_timeout_wlan
73test_transport_api_udp
74test_transport_api_udp_nat
75test_transport_api_unix
76test_transport_api_unix_abstract
77test_transport_api_wlan
78test_transport_blacklisting_inbound_bl_full
79test_transport_blacklisting_inbound_bl_plugin
80test_transport_blacklisting_multiple_plugins
81test_transport_blacklisting_no_bl
82test_transport_blacklisting_outbound_bl_full
83test_transport_blacklisting_outbound_bl_plugin
84test_transport_testing_restart
85test_transport_testing_startstop