From d4a08036b73895c8dfb17b7cccc88e87f7e248af Mon Sep 17 00:00:00 2001 From: jiho lee Date: Thu, 24 Mar 2022 22:31:14 +0900 Subject: [PATCH] chore: add host manager binaries to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f355f26..d224290 100644 --- a/.gitignore +++ b/.gitignore @@ -136,4 +136,7 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/ + +# Compiled host manager binaries +host-manager-* \ No newline at end of file