summaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorChris Wright <chrisw@sous-sol.org>2012-03-07 12:19:04 -0800
committerJesse Gross <jesse@nicira.com>2012-03-08 13:30:01 -0800
commit1158389afa233c7191ba8f53820d7b128d9347fe (patch)
tree6b0926a3e60bd226eb5b20c1e0a0703ac90d2f0f /datapath
parentbf8ba92e4875d0ca4c26ddd2a4c46fd26f8e401b (diff)
downloadopenvswitch-1158389afa233c7191ba8f53820d7b128d9347fe.tar.gz
datapath: update linux/.gitignore
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>
Diffstat (limited to 'datapath')
-rw-r--r--datapath/linux/.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore
index e4b708ef9..d6de39737 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