From 06d0c506d910e9f6527bdd525c3ec45c9b7e151c Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Wed, 6 Jul 2022 09:03:29 +0300 Subject: [PATCH] [#579] Remove cache dir at cleanup Signed-off-by: Stanislav Bogatyrev --- .gitignore | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 20135012..a78fcc35 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ vendor # tempfiles .DS_Store *~ +.cache # binary bin/ diff --git a/Makefile b/Makefile index 88008cf4..84c5d905 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ version: # Clean up clean: + rm -rf .cache rm -rf $(BINDIR) protoc: