From fdf0931efba1e98991ecdae5579e5716bd7ebd58 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 22 Oct 2015 17:57:04 -0700 Subject: [PATCH] src/.gitignore: add missing throttle items Signed-off-by: Kyle J. McKay --- src/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index fb6c738..b96f55f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,6 @@ GROUP-FILE PASSWD-FILE +SOCKET-FILE can_user_push.d* can_user_push.o* can_user_push @@ -18,3 +19,6 @@ peek_packet rangecgi.d* rangecgi.o* rangecgi +throttle.d* +throttle.o* +throttle -- 2.11.4.GIT