From 868ee40a6534ce532f8c689f4de242b42a882d6a Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Mon, 16 Dec 2013 18:10:40 -0800 Subject: [PATCH] datapath: Add hash library to .gitignore. Signed-off-by: Jesse Gross --- datapath/linux/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore index 32b1770b4..d10d0283e 100644 --- a/datapath/linux/.gitignore +++ b/datapath/linux/.gitignore @@ -21,6 +21,8 @@ /genl_exec.c /gre.c /gso.c +/hash.c +/hash-x86.c /ip_output-openvswitch.c /ip_tunnels_core.c /kcompat.h -- 2.43.0