datapath: update linux/.gitignore
authorChris Wright <chrisw@sous-sol.org>
Wed, 7 Mar 2012 20:19:04 +0000 (12:19 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 8 Mar 2012 21:30:01 +0000 (13:30 -0800)
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 <chrisw@sous-sol.org>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/linux/.gitignore

index e4b708e..d6de397 100644 (file)
@@ -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
 /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