Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Gitweb: add ignore and clean rules for minified files
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>
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
890a13a
)
diff --git
a/.gitignore
b/.gitignore
index 7b3acb766491e2e002f293cf9dd50298d0d7d83a..4c2415276fe88677b9b33f9e40b30d3a43f89a33 100644
(file)
--- 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 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