Code

Gitweb: add ignore and clean rules for minified files
authorMark Rada <marada@uwaterloo.ca>
Sat, 3 Apr 2010 00:33:55 +0000 (20:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Apr 2010 04:23:26 +0000 (21:23 -0700)
Signed-off-by: Mark Rada <marada@uwaterloo.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile

index 7b3acb766491e2e002f293cf9dd50298d0d7d83a..4c2415276fe88677b9b33f9e40b30d3a43f89a33 100644 (file)
 /git-core-*/?*
 /gitk-git/gitk-wish
 /gitweb/gitweb.cgi
+/gitweb/gitweb.min.*
 /test-chmtime
 /test-ctype
 /test-date
index 8a0f5c4d5b9a7c6c3617708014417b918c0ef034..62a029ccc464b9f4124a66237d5698368b9c445c 100644 (file)
--- 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