git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv6 1/6] Gitweb: add ignore and clean rules for minified files
@ 2010-04-03  0:33 Mark Rada
  0 siblings, 0 replies; only message in thread
From: Mark Rada @ 2010-04-03  0:33 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jakub Narebski

Signed-off-by: Mark Rada <marada@uwaterloo.ca>

---

Changes since last revision:
	- Added a new line for minified gitweb files instead of
	  trying to use a glob to get all generated gitweb files


 .gitignore |    1 +
 Makefile   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7b3acb7..4c24152 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 3e816e1..0071e52 100644
--- a/Makefile
+++ b/Makefile
@@ -2092,6 +2092,7 @@ clean:
 	$(MAKE) -C Documentation/ clean
 ifndef NO_PERL
 	$(RM) gitweb/gitweb.cgi
+	$(RM) gitweb/gitweb.min*
 	$(MAKE) -C perl clean
 endif
 ifndef NO_PYTHON
-- 
1.7.0.3.519.g7e0613

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-03  0:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-03  0:33 [PATCHv6 1/6] Gitweb: add ignore and clean rules for minified files Mark Rada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).