[#579] Remove cache dir at cleanup

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
support/v0.27
Stanislav Bogatyrev 2022-07-06 09:03:29 +03:00 committed by Stanislav Bogatyrev
parent aaddc0a1f7
commit 06d0c506d9
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ vendor
# tempfiles
.DS_Store
*~
.cache
# binary
bin/

View File

@ -109,6 +109,7 @@ version:
# Clean up
clean:
rm -rf .cache
rm -rf $(BINDIR)
protoc: