diff --git a/.gitignore b/.gitignore index eab67e6..5f0719c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /mount.zipfuse -/vendor /zipfuse dist/ +docs/* +!docs/*.adoc +vendor/ diff --git a/Makefile b/Makefile index 5fe4066..e15c83e 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ check: ## Runs all static analysis and tests on the application code clean: ## Returns the application build stage to its original state (deleting files) @$(MAKE) docs-clean + @rm -vfr dist || true @rm -vf $(ZIPFUSE) $(HELPER) || true debug: ## Builds the application in debug mode (with symbols, race checks, ...)