Remove a couple stale entries: brc_sysfs_* was renamed to dp_sysfs_* a few years ago
Add some new entries to ignore: # Untracked file: # (use "git add <file>..." to include in what will be committed) # datapath/linux/exthdrs_core.c # datapath/linux/genl_exec.c # datapath/linux/net_namespace.c # datapath/linux/workqueue.c Signed-off-by: Chris Wright <chr...@sous-sol.org> --- Applies after [PATCH 1/2] datapath: rename brcompat.c to brcompat_main.c datapath/linux/.gitignore | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore index e4b708e..d6de397 100644 --- a/datapath/linux/.gitignore +++ b/datapath/linux/.gitignore @@ -4,8 +4,6 @@ /Module.markers /actions.c /addrconf_core-openvswitch.c -/brc_sysfs_dp.c -/brc_sysfs_if.c /brcompat_main.c /checksum.c /dev-openvswitch.c @@ -14,16 +12,19 @@ /datapath.c /dp_dev.c /dp_notify.c +/exthdrs_core.c /flex_array.c /flow.c /genetlink-brcompat.c /genetlink-openvswitch.c +/genl_exec.c /ip_output-openvswitch.c /kcompat.h /kmemdup.c /loop_counter.c /modules.order /netdevice.c +/net_namespace.c /random32.c /reciprocal_div.c /skbuff-openvswitch.c @@ -39,3 +40,4 @@ /vport-netdev.c /vport-patch.c /vport.c +/workqueue.c -- 1.7.7.6 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev