[#579] Remove cache dir at cleanup

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
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 # tempfiles
.DS_Store .DS_Store
*~ *~
.cache
# binary # binary
bin/ bin/

View file

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