summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 890a13a)
raw | patch | inline | side by side (parent: 890a13a)
author | Mark Rada <marada@uwaterloo.ca> | |
Sat, 3 Apr 2010 00:33:55 +0000 (20:33 -0400) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore | patch | blob | history | |
Makefile | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index 7b3acb766491e2e002f293cf9dd50298d0d7d83a..4c2415276fe88677b9b33f9e40b30d3a43f89a33 100644 (file)
--- a/.gitignore
+++ b/.gitignore
/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 8a0f5c4d5b9a7c6c3617708014417b918c0ef034..62a029ccc464b9f4124a66237d5698368b9c445c 100644 (file)
--- a/Makefile
+++ b/Makefile
$(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