From: Mark Rada Date: Sat, 3 Apr 2010 00:33:55 +0000 (-0400) Subject: Gitweb: add ignore and clean rules for minified files X-Git-Tag: v1.7.1-rc1~1^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8830bf4bc5b2d03027eff8a4dc6a0cb823ec3c3b;p=git.git Gitweb: add ignore and clean rules for minified files Signed-off-by: Mark Rada Signed-off-by: Junio C Hamano --- diff --git a/.gitignore b/.gitignore index 7b3acb766..4c2415276 100644 --- a/.gitignore +++ b/.gitignore @@ -156,6 +156,7 @@ /git-core-*/?* /gitk-git/gitk-wish /gitweb/gitweb.cgi +/gitweb/gitweb.min.* /test-chmtime /test-ctype /test-date diff --git a/Makefile b/Makefile index 8a0f5c4d5..62a029ccc 100644 --- a/Makefile +++ b/Makefile @@ -2085,7 +2085,7 @@ clean: $(RM) $(htmldocs).tar.gz $(manpages).tar.gz $(MAKE) -C Documentation/ clean ifndef NO_PERL - $(RM) gitweb/gitweb.cgi + $(RM) gitweb/gitweb.cgi gitweb/gitweb.min.* $(MAKE) -C perl clean endif ifndef NO_PYTHON