shill: add Makefile rule for .gitignore

When using the incremental workflow, "git status" output is filled with
noise (because the incremental workflow builds in-place).

Eliminate noise by adding a makefile rule for generating .gitignore.

BUG=None
TEST=manual

Manual testing:
$ FEATURES=nostrip CXXFLAGS=-g cros_workon_make --board x86-generic --reconf --test shill
$ git status
  <a bunch of noise>
$ make .gitignore
$ git status
  <only shows Makefile>
$ make clean

Change-Id: Ic27f1162aa75008f42d1cb13618e2f9f45efae12
Reviewed-on: https://gerrit.chromium.org/gerrit/14728
Tested-by: mukesh agrawal <quiche@chromium.org>
Reviewed-by: Gary Morain <gmorain@chromium.org>
Reviewed-by: Darin Petkov <petkov@chromium.org>
Commit-Ready: mukesh agrawal <quiche@chromium.org>
1 file changed
tree: cf15823e3b0ff6a1243cb8ce57810fd6c123ba81
  1. dbus_bindings/
  2. accessor_interface.h
  3. adaptor_interfaces.h
  4. async_call_handler.cc
  5. async_call_handler.h
  6. async_connection.cc
  7. async_connection.h
  8. async_connection_unittest.cc
  9. byte_string.cc
  10. byte_string.h
  11. byte_string_unittest.cc
  12. callback_list.cc
  13. callback_list.h
  14. callback_list_unittest.cc
  15. cellular.cc
  16. cellular.h
  17. cellular_capability.cc
  18. cellular_capability.h
  19. cellular_capability_cdma.cc
  20. cellular_capability_cdma.h
  21. cellular_capability_cdma_unittest.cc
  22. cellular_capability_gsm.cc
  23. cellular_capability_gsm.h
  24. cellular_capability_gsm_unittest.cc
  25. cellular_capability_unittest.cc
  26. cellular_error.cc
  27. cellular_error.h
  28. cellular_service.cc
  29. cellular_service.h
  30. cellular_service_unittest.cc
  31. cellular_unittest.cc
  32. connection.cc
  33. connection.h
  34. connection_unittest.cc
  35. control_interface.h
  36. crypto_des_cbc.cc
  37. crypto_des_cbc.h
  38. crypto_des_cbc_unittest.cc
  39. crypto_interface.h
  40. crypto_provider.cc
  41. crypto_provider.h
  42. crypto_provider_unittest.cc
  43. crypto_rot47.cc
  44. crypto_rot47.h
  45. crypto_rot47_unittest.cc
  46. dbus_adaptor.cc
  47. dbus_adaptor.h
  48. dbus_adaptor_unittest.cc
  49. dbus_control.cc
  50. dbus_control.h
  51. dbus_properties.cc
  52. dbus_properties.h
  53. dbus_properties_proxy.cc
  54. dbus_properties_proxy.h
  55. dbus_properties_proxy_interface.h
  56. dbus_properties_unittest.cc
  57. default_profile.cc
  58. default_profile.h
  59. default_profile_unittest.cc
  60. device.cc
  61. device.h
  62. device_dbus_adaptor.cc
  63. device_dbus_adaptor.h
  64. device_info.cc
  65. device_info.h
  66. device_info_unittest.cc
  67. device_stub.h
  68. device_unittest.cc
  69. dhcp_config.cc
  70. dhcp_config.h
  71. dhcp_config_unittest.cc
  72. dhcp_provider.cc
  73. dhcp_provider.h
  74. dhcp_provider_unittest.cc
  75. dhcp_proxy_interface.h
  76. dhcpcd_proxy.cc
  77. dhcpcd_proxy.h
  78. dns_client.cc
  79. dns_client.h
  80. dns_client_unittest.cc
  81. endpoint.cc
  82. endpoint.h
  83. ephemeral_profile.cc
  84. ephemeral_profile.h
  85. error.cc
  86. error.h
  87. error_unittest.cc
  88. ethernet.cc
  89. ethernet.h
  90. ethernet_service.cc
  91. ethernet_service.h
  92. event_dispatcher.cc
  93. event_dispatcher.h
  94. glib.cc
  95. glib.h
  96. glib_io_input_handler.cc
  97. glib_io_input_handler.h
  98. glib_io_ready_handler.cc
  99. glib_io_ready_handler.h
  100. HACKING
  101. http_proxy.cc
  102. http_proxy.h
  103. http_proxy_unittest.cc
  104. http_url.cc
  105. http_url.h
  106. http_url_unittest.cc
  107. ieee80211.h
  108. io_handler.h
  109. ip_address.cc
  110. ip_address.h
  111. ip_address_unittest.cc
  112. ipconfig.cc
  113. ipconfig.h
  114. ipconfig_dbus_adaptor.cc
  115. ipconfig_dbus_adaptor.h
  116. ipconfig_unittest.cc
  117. key_file_store.cc
  118. key_file_store.h
  119. key_file_store_unittest.cc
  120. key_value_store.cc
  121. key_value_store.h
  122. LICENSE
  123. Makefile
  124. manager.cc
  125. manager.h
  126. manager_dbus_adaptor.cc
  127. manager_dbus_adaptor.h
  128. manager_unittest.cc
  129. metrics.cc
  130. metrics.h
  131. metrics_unittest.cc
  132. mock_adaptors.cc
  133. mock_adaptors.h
  134. mock_ares.cc
  135. mock_ares.h
  136. mock_async_connection.cc
  137. mock_async_connection.h
  138. mock_callback.cc
  139. mock_callback.h
  140. mock_connection.cc
  141. mock_connection.h
  142. mock_control.cc
  143. mock_control.h
  144. mock_dbus_properties_proxy.cc
  145. mock_dbus_properties_proxy.h
  146. mock_device.cc
  147. mock_device.h
  148. mock_device_info.cc
  149. mock_device_info.h
  150. mock_dhcp_config.cc
  151. mock_dhcp_config.h
  152. mock_dhcp_provider.cc
  153. mock_dhcp_provider.h
  154. mock_dhcp_proxy.cc
  155. mock_dhcp_proxy.h
  156. mock_dns_client.cc
  157. mock_dns_client.h
  158. mock_event_dispatcher.cc
  159. mock_event_dispatcher.h
  160. mock_glib.cc
  161. mock_glib.h
  162. mock_ipconfig.cc
  163. mock_ipconfig.h
  164. mock_manager.cc
  165. mock_manager.h
  166. mock_metrics.cc
  167. mock_metrics.h
  168. mock_modem_cdma_proxy.cc
  169. mock_modem_cdma_proxy.h
  170. mock_modem_gsm_card_proxy.cc
  171. mock_modem_gsm_card_proxy.h
  172. mock_modem_gsm_network_proxy.cc
  173. mock_modem_gsm_network_proxy.h
  174. mock_modem_manager_proxy.cc
  175. mock_modem_manager_proxy.h
  176. mock_modem_proxy.cc
  177. mock_modem_proxy.h
  178. mock_modem_simple_proxy.cc
  179. mock_modem_simple_proxy.h
  180. mock_power_manager_proxy.cc
  181. mock_power_manager_proxy.h
  182. mock_profile.cc
  183. mock_profile.h
  184. mock_property_store.cc
  185. mock_property_store.h
  186. mock_resolver.cc
  187. mock_resolver.h
  188. mock_routing_table.cc
  189. mock_routing_table.h
  190. mock_rtnl_handler.cc
  191. mock_rtnl_handler.h
  192. mock_service.cc
  193. mock_service.h
  194. mock_sockets.cc
  195. mock_sockets.h
  196. mock_store.cc
  197. mock_store.h
  198. mock_supplicant_interface_proxy.cc
  199. mock_supplicant_interface_proxy.h
  200. mock_supplicant_process_proxy.cc
  201. mock_supplicant_process_proxy.h
  202. mock_time.cc
  203. mock_time.h
  204. mock_wifi.cc
  205. mock_wifi.h
  206. mock_wifi_service.cc
  207. mock_wifi_service.h
  208. modem.cc
  209. modem.h
  210. modem_cdma_proxy.cc
  211. modem_cdma_proxy.h
  212. modem_cdma_proxy_interface.h
  213. modem_gsm_card_proxy.cc
  214. modem_gsm_card_proxy.h
  215. modem_gsm_card_proxy_interface.h
  216. modem_gsm_network_proxy.cc
  217. modem_gsm_network_proxy.h
  218. modem_gsm_network_proxy_interface.h
  219. modem_info.cc
  220. modem_info.h
  221. modem_info_unittest.cc
  222. modem_manager.cc
  223. modem_manager.h
  224. modem_manager_proxy.cc
  225. modem_manager_proxy.h
  226. modem_manager_proxy_interface.h
  227. modem_manager_unittest.cc
  228. modem_proxy.cc
  229. modem_proxy.h
  230. modem_proxy_interface.h
  231. modem_simple_proxy.cc
  232. modem_simple_proxy.h
  233. modem_simple_proxy_interface.h
  234. modem_unittest.cc
  235. nice_mock_control.cc
  236. nice_mock_control.h
  237. power_manager_proxy.cc
  238. power_manager_proxy.h
  239. power_manager_proxy_interface.h
  240. profile.cc
  241. profile.h
  242. profile_dbus_adaptor.cc
  243. profile_dbus_adaptor.h
  244. profile_unittest.cc
  245. property_accessor.h
  246. property_accessor_unittest.cc
  247. property_iterator.h
  248. property_store.cc
  249. property_store.h
  250. property_store_unittest.cc
  251. property_store_unittest.h
  252. provider_db_unittest.bfd
  253. proxy_factory.cc
  254. proxy_factory.h
  255. refptr_types.h
  256. resolver.cc
  257. resolver.h
  258. resolver_unittest.cc
  259. routing_table.cc
  260. routing_table.h
  261. routing_table_entry.h
  262. routing_table_unittest.cc
  263. rtnl_handler.cc
  264. rtnl_handler.h
  265. rtnl_handler_unittest.cc
  266. rtnl_listener.cc
  267. rtnl_listener.h
  268. rtnl_listener_unittest.cc
  269. rtnl_message.cc
  270. rtnl_message.h
  271. rtnl_message_unittest.cc
  272. service.cc
  273. service.h
  274. service_dbus_adaptor.cc
  275. service_dbus_adaptor.h
  276. service_sorter.h
  277. service_under_test.cc
  278. service_under_test.h
  279. service_unittest.cc
  280. shill.conf
  281. shill_ares.cc
  282. shill_ares.h
  283. shill_config.cc
  284. shill_config.h
  285. shill_daemon.cc
  286. shill_daemon.h
  287. shill_main.cc
  288. shill_test_config.cc
  289. shill_test_config.h
  290. shill_time.cc
  291. shill_time.h
  292. shill_unittest.cc
  293. sockets.cc
  294. sockets.h
  295. store_interface.h
  296. supplicant_interface_proxy.cc
  297. supplicant_interface_proxy.h
  298. supplicant_interface_proxy_interface.h
  299. supplicant_process_proxy.cc
  300. supplicant_process_proxy.h
  301. supplicant_process_proxy_interface.h
  302. technology.cc
  303. technology.h
  304. TESTING
  305. testrunner.cc
  306. wifi.cc
  307. wifi.h
  308. wifi_endpoint.cc
  309. wifi_endpoint.h
  310. wifi_endpoint_unittest.cc
  311. wifi_service.cc
  312. wifi_service.h
  313. wifi_service_unittest.cc
  314. wifi_unittest.cc
  315. wpa_supplicant.cc
  316. wpa_supplicant.h