>From 707069024b111f58847b8994c2df3166d9307c20 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue, 15 Jan 2019 07:11:45 +0900 Subject: [PATCH 2/2] datastruct/hash: Don't track hash_resize_s Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- CodeSamples/datastruct/hash/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeSamples/datastruct/hash/.gitignore b/CodeSamples/datastruct/hash/.gitignore index 27c09e4..8d5939c 100644 --- a/CodeSamples/datastruct/hash/.gitignore +++ b/CodeSamples/datastruct/hash/.gitignore @@ -3,3 +3,4 @@ hash_bkt_hazptr hash_bkt_rcu hash_global hash_resize +hash_resize_s -- 2.7.4