[ovs-dev] [PATCH] Add *.c to datapath/linux/.gitignore

Aaron Rosen aaronorosen at gmail.com
Mon Jun 6 18:41:32 UTC 2016


This should prevent any additional *.c files from sneaking in here.

Signed-off-by: Aaron Rosen <aaronorosen at gmail.com>
---
 datapath/linux/.gitignore | 52 +----------------------------------------------
 1 file changed, 1 insertion(+), 51 deletions(-)

diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore
index a4a930d..8e9d781 100644
--- a/datapath/linux/.gitignore
+++ b/datapath/linux/.gitignore
@@ -2,57 +2,7 @@
 /Makefile
 /Makefile.main
 /Module.markers
-/actions.c
-/addrconf_core-openvswitch.c
-/checksum.c
-/dev-openvswitch.c
-/dp_sysfs_dp.c
-/dp_sysfs_if.c
-/datapath.c
-/dp_dev.c
-/dp_notify.c
-/exthdrs_core.c
-/flex_array.c
-/flow.c
-/flow_dissector.c
-/flow_netlink.c
-/flow_table.c
-/genetlink-openvswitch.c
-/geneve.c
-/genl_exec.c
-/gre.c
-/gso.c
-/hash.c
-/hash-x86.c
-/ip_output-openvswitch.c
-/ip_tunnels_core.c
 /kcompat.h
-/kmemdup.c
-/loop_counter.c
 /modules.order
-/netdevice.c
-/net_namespace.c
-/random32.c
-/reciprocal_div.c
-/skbuff-openvswitch.c
-/stt.c
-/table.c
-/time.c
 /tmp
-/tunnel.c
-/udp.c
-/udp_tunnel.c
-/utils.c
-/vlan.c
-/vport-generic.c
-/vport-geneve.c
-/vport-gre.c
-/vport-internal_dev.c
-/vport-lisp.c
-/vport-netdev.c
-/vport-patch.c
-/vport-stt.c
-/vport-vxlan.c
-/vport.c
-/vxlan.c
-/workqueue.c
+/*.c
-- 
1.9.1




More information about the dev mailing list