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: