diff --git a/.gitignore b/.gitignore index 2013501..a78fcc3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ vendor # tempfiles .DS_Store *~ +.cache # binary bin/ diff --git a/Makefile b/Makefile index 88008cf..84c5d90 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ version: # Clean up clean: + rm -rf .cache rm -rf $(BINDIR) protoc: