Skip to content

Commit

Permalink
Makefile: don't clean .mailmap
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 20, 2015
1 parent 57e7e62 commit 6561a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ test-interactive: $(ELCS)
.PHONY: clean
clean:
@echo "Cleaning..."
@$(RM) $(ELCS) $(LOADDEFS_FILE) magit-version.el *.tar.gz *.tar .mailmap
@$(RM) $(ELCS) $(LOADDEFS_FILE) magit-version.el *.tar.gz *.tar
@$(RMDIR) magit-$(VERSION)
@test ! -e .git || $(RM) magit.info

Expand Down

0 comments on commit 6561a04

Please sign in to comment.