Skip to content

Commit

Permalink
build: remove dotfiles on a make clean as well
Browse files Browse the repository at this point in the history
* kati & ninja create dotfiles (example: .ninja_log) in out/

Change-Id: I83ffd1c26a37f7ffef45fd4598435db93058ab67
  • Loading branch information
invisiblek authored and andi34 committed Sep 17, 2016
1 parent 0c71f68 commit 8c65909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)

.PHONY: clean
clean:
@rm -rf $(OUT_DIR)/*
@rm -rf $(OUT_DIR)/* $(OUT_DIR)/..?* $(OUT_DIR)/.[!.]*
@echo "Entire build directory removed."

.PHONY: clobber
Expand Down

0 comments on commit 8c65909

Please sign in to comment.